File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
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
19+
1520permissions :
1621 actions : write # to cancel/stop running workflows (styfle/cancel-workflow-action)
1722 contents : read # to fetch code (actions/checkout)
2833 react : [latest, next, experimental]
2934 runs-on : ubuntu-latest
3035 steps :
31- - name : 🛑 Cancel Previous Runs
32- uses : styfle/cancel-workflow-action@0.9.0
33-
3436 - name : ⬇️ Checkout repo
3537 uses : actions/checkout@v2
3638
7375 ${{ github.repository == 'testing-library/react-testing-library' &&
7476 github.event_name == 'push' }}
7577 steps :
76- - name : 🛑 Cancel Previous Runs
77- uses : styfle/cancel-workflow-action@0.9.0
78-
7978 - name : ⬇️ Checkout repo
8079 uses : actions/checkout@v2
8180
You can’t perform that action at this time.
0 commit comments