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.
2 parents 06963be + 2c2b8d3 commit a759c10Copy full SHA for a759c10
1 file changed
.github/workflows/gitleaks.yml
@@ -1,4 +1,9 @@
1
name: gitleaks
2
+
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
5
+ cancel-in-progress: true
6
7
on:
8
pull_request:
9
workflow_dispatch:
0 commit comments