We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3de017 commit 49c7b4cCopy full SHA for 49c7b4c
.github/workflows/dotnet-test.yml
@@ -6,7 +6,7 @@ on:
6
- "**"
7
8
concurrency:
9
- group: testing
+ group: testing-${{ github.ref }}
10
cancel-in-progress: true
11
12
jobs:
.github/workflows/security-analysis.yml
@@ -8,7 +8,7 @@ on:
- cron: "0 20 * * 5"
- group: security
+ group: security-${{ github.ref }}
13
14
0 commit comments