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 658290a commit 53d4ab3Copy full SHA for 53d4ab3
.github/workflows/codeql.yml
@@ -16,7 +16,8 @@ name: 'CodeQL'
16
- cron: '0 0 * * 4'
17
18
concurrency:
19
- group: ${{ github.workflow }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
20
+ cancel-in-progress: true
21
22
permissions: {}
23
.github/workflows/daily.yml
@@ -8,6 +8,10 @@ name: daily
8
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
9
- cron: '29 20 * * *'
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.sha }}
13
14
+
15
env:
0 commit comments