File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1414 - premajor
1515 - major
1616 required : true
17+
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.ref }}
20+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
21+
1722jobs :
1823 release :
1924 runs-on : ubuntu-latest
2025 steps :
21- - name : Cancel Previous Runs
22- uses : styfle/cancel-workflow-action@0.11.0
23- with :
24- access_token : ${{ github.token }}
25-
2626 # Checkout project repository
2727 - name : Checkout
2828 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 88 branches :
99 - main
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
14+
1115jobs :
1216 verify :
1317 name : Verify
1620 CI : true
1721
1822 steps :
19- - name : Cancel Previous Runs
20- uses : styfle/cancel-workflow-action@0.11.0
21- with :
22- access_token : ${{ github.token }}
23-
2423 # Checkout project repository
2524 - name : Checkout
2625 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments