patch: Update Flowzone to kyle/wait-for-checks

This commit is contained in:
balena-ci 2023-01-31 20:30:51 +00:00
parent 286c74b41b
commit 56f89d292d
No known key found for this signature in database
GPG Key ID: 4B62DC78AC62AABA

View File

@ -1,5 +1,4 @@
name: Flowzone
on:
pull_request:
types: [opened, synchronize, closed]
@ -8,11 +7,10 @@ on:
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
jobs:
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
# internal or external contributions respectively
if: |
@ -27,3 +25,4 @@ jobs:
repo_description: "Flash OS images to SD cards & USB drives, safely and easily."
repo_homepage: https://etcher.io/
repo_enable_wiki: true
protect_branch: false