We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26acd14 commit 76e2011Copy full SHA for 76e2011
1 file changed
.github/workflows/sdle-scans.yaml
@@ -10,6 +10,10 @@ on:
10
branches: [ main ]
11
pull_request:
12
types: [opened, synchronize, reopened, ready_for_review]
13
+
14
+concurrency:
15
+ group: sdle-${{ github.event.pull_request.number || github.ref }}
16
+ cancel-in-progress: true
17
18
jobs:
19
0 commit comments