Skip to content

Commit 49c7b4c

Browse files
author
Christoph Bühler
committed
chore: use github ref in concurrency
1 parent d3de017 commit 49c7b4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "**"
77

88
concurrency:
9-
group: testing
9+
group: testing-${{ github.ref }}
1010
cancel-in-progress: true
1111

1212
jobs:

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: "0 20 * * 5"
99

1010
concurrency:
11-
group: security
11+
group: security-${{ github.ref }}
1212
cancel-in-progress: true
1313

1414
jobs:

0 commit comments

Comments
 (0)