From 818bc7b7ff3137e72d041afd971e742844e7bf2d Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 25 Mar 2024 17:46:09 -0400 Subject: [PATCH] fix: don't cancel protocol-circuits-gate-diff in master Should get a result for every commit in master --- .github/workflows/protocol-circuits-gate-diff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protocol-circuits-gate-diff.yml b/.github/workflows/protocol-circuits-gate-diff.yml index da42f0ed9bf5..3978acd93f0c 100644 --- a/.github/workflows/protocol-circuits-gate-diff.yml +++ b/.github/workflows/protocol-circuits-gate-diff.yml @@ -11,7 +11,7 @@ jobs: # cancel if reran on same PR if exists, otherwise if on same commit concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true + cancel-in-progress: ${{ github.ref_name != 'master' }} if: "!startsWith(github.head_ref, 'release-please--')" runs-on: ubuntu-20.04 steps: