File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1111 - ' beta'
1212 - ' alpha'
1313 - ' !all-contributors/**'
14- pull_request : {}
14+ pull_request :
15+
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.ref }}
18+ cancel-in-progress : true
1519
1620permissions : {}
1721
1822jobs :
1923 main :
2024 permissions :
21- actions : write # to cancel/stop running workflows (styfle/cancel-workflow-action)
2225 contents : read # to fetch code (actions/checkout)
2326 # ignore all-contributors PRs
2427 if : ${{ !contains(github.head_ref, 'all-contributors') }}
2932 node : [14, 16, 18]
3033 runs-on : ubuntu-latest
3134 steps :
32- - name : 🛑 Cancel Previous Runs
33- uses : styfle/cancel-workflow-action@0.9.0
34-
3535 - name : ⬇️ Checkout repo
3636 uses : actions/checkout@v3
3737 with :
6363
6464 release :
6565 permissions :
66- actions : write # to cancel/stop running workflows (styfle/cancel-workflow-action)
6766 contents : write # to create release tags (cycjimmy/semantic-release-action)
6867 issues : write # to post release that resolves an issue
6968
7372 ${{ github.repository == 'testing-library/dom-testing-library' &&
7473 github.event_name == 'push' }}
7574 steps :
76- - name : 🛑 Cancel Previous Runs
77- uses : styfle/cancel-workflow-action@0.9.0
78-
7975 - name : ⬇️ Checkout repo
8076 uses : actions/checkout@v3
8177
You can’t perform that action at this time.
0 commit comments