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 11b628b commit 6d2ca75Copy full SHA for 6d2ca75
1 file changed
.github/workflows/ci-audit.yml
@@ -5,6 +5,10 @@ on:
5
branches: ["master"]
6
pull_request:
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress: true
11
+
12
permissions: {}
13
14
jobs:
0 commit comments