We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d832f99 commit 935558bCopy full SHA for 935558b
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.head_ref || github.ref }}
+# cancel-in-progress: ${{ github.event_name == 'pull_request' }} # this will cancel only PRs
21
22
jobs:
23
analyze:
0 commit comments