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 committed Sep 24, 2023
1 parent d3de017 commit 49c7b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"

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

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: "0 20 * * 5"

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

jobs:
Expand Down

0 comments on commit 49c7b4c

Please sign in to comment.