From 56f89d292d0ef3e1ae0dbd2aba255a6f73007c27 Mon Sep 17 00:00:00 2001 From: balena-ci Date: Tue, 31 Jan 2023 20:30:51 +0000 Subject: [PATCH] patch: Update Flowzone to kyle/wait-for-checks --- .github/workflows/flowzone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 63e0d266..1e9fe896 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -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