File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 66 - ' **'
77 workflow_call :
88
9+ concurrency :
10+ group : ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
11+ cancel-in-progress : ${{ github.ref_name != github.event.repository.default_branch }}
12+
913jobs :
1014 check :
1115 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 tags :
66 - ' v*'
77
8+
9+ concurrency :
10+ group : ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
11+ cancel-in-progress : ${{ github.ref_name != github.event.repository.default_branch }}
812jobs :
913 check :
1014 uses : ./.github/workflows/check.yml
Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ name: Repository Maintenance
22
33on :
44 push :
5- branches : [ 'main' ]
5+ branches : ['main']
66 workflow_dispatch :
77
8+ concurrency :
9+ group : ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
10+ cancel-in-progress : ${{ github.ref_name != github.event.repository.default_branch }}
11+
812jobs :
913 dependency-submission :
1014 name : Dependency Submission
You can’t perform that action at this time.
0 commit comments