Skip to content

Commit

Permalink
Fixes the concurrency setting for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Oct 12, 2023
1 parent 9ef4dd6 commit 2c4ae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- develop

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

env:
Expand Down

0 comments on commit 2c4ae69

Please sign in to comment.