mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-31 07:06:37 +00:00
patch: Update Flowzone to kyle/wait-for-checks
This commit is contained in:
parent
286c74b41b
commit
56f89d292d
5
.github/workflows/flowzone.yml
vendored
5
.github/workflows/flowzone.yml
vendored
@ -1,5 +1,4 @@
|
|||||||
name: Flowzone
|
name: Flowzone
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, closed]
|
types: [opened, synchronize, closed]
|
||||||
@ -8,11 +7,10 @@ on:
|
|||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, synchronize, closed]
|
types: [opened, synchronize, closed]
|
||||||
branches: [main, master]
|
branches: [main, master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flowzone:
|
flowzone:
|
||||||
name: Flowzone
|
name: Flowzone
|
||||||
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
|
uses: product-os/flowzone/.github/workflows/flowzone.yml@1813416caf5267c521a50a186a889ae1c978ce01
|
||||||
# prevent duplicate workflows and only allow one `pull_request` or `pull_request_target` for
|
# prevent duplicate workflows and only allow one `pull_request` or `pull_request_target` for
|
||||||
# internal or external contributions respectively
|
# internal or external contributions respectively
|
||||||
if: |
|
if: |
|
||||||
@ -27,3 +25,4 @@ jobs:
|
|||||||
repo_description: "Flash OS images to SD cards & USB drives, safely and easily."
|
repo_description: "Flash OS images to SD cards & USB drives, safely and easily."
|
||||||
repo_homepage: https://etcher.io/
|
repo_homepage: https://etcher.io/
|
||||||
repo_enable_wiki: true
|
repo_enable_wiki: true
|
||||||
|
protect_branch: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user