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 513be56 commit b08572dCopy full SHA for b08572d
.github/workflows/bandit.yml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- "pull-request/[0-9]+"
7
- "main"
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
10
+ cancel-in-progress: true
11
12
jobs:
13
analyze:
.github/workflows/codeql.yml
0 commit comments