Skip to content

Commit

Permalink
Add CI concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jul 23, 2024
1 parent 13ed0f2 commit 25a98ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
types: [published]
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}-{{ github.event_name }}
cancel-in-progress: true

defaults:
run:
shell: bash
Expand Down

0 comments on commit 25a98ca

Please sign in to comment.