Skip to content

Commit

Permalink
chore: use github ref in concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bühler authored and buehler committed Jan 17, 2024
1 parent 03c0ad4 commit 35b01f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

concurrency:
group: testing
group: testing-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 35b01f3

Please sign in to comment.