Skip to content

Commit

Permalink
fix: don't cancel protocol-circuits-gate-diff in master (#5441)
Browse files Browse the repository at this point in the history
Should get a result for every commit in master
  • Loading branch information
ludamad authored Mar 25, 2024
1 parent f4e62ae commit 6894a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/protocol-circuits-gate-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6894a78

Please sign in to comment.