Skip to content

Commit

Permalink
Fix concurrency for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Nov 5, 2022
1 parent e5e2a60 commit 88f5c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build

concurrency:
group: build-${{ github.head_ref }}
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit 88f5c13

Please sign in to comment.