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 fd18632 commit a07f2c9Copy full SHA for a07f2c9
.github/workflows/codeql-analysis.yml
@@ -11,7 +11,7 @@ on:
11
- cron: 45 13 * * 6
12
13
concurrency:
14
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
15
cancel-in-progress: true
16
17
jobs:
.github/workflows/test.yml
@@ -9,7 +9,7 @@ on:
9
- master
10
0 commit comments