We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 726940e + b1e852a commit 11be08dCopy full SHA for 11be08d
.github/workflows/dependency-submission.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
workflow_dispatch:
6
7
+concurrency:
8
+ group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
9
+ cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
10
+
11
jobs:
12
maintenance_workflow:
13
runs-on: ubuntu-latest
0 commit comments