We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935558b commit dc63ed9Copy full SHA for dc63ed9
1 file changed
.github/workflows/codeql-analysis.yml
@@ -15,9 +15,9 @@ on:
15
permissions:
16
contents: read
17
18
-# concurrency:
19
-# group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.head_ref || github.ref }}
20
-# cancel-in-progress: ${{ github.event_name == 'pull_request' }} # this will cancel only PRs
+concurrency:
+ group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }} # this will cancel only PRs
21
22
jobs:
23
analyze:
0 commit comments