File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4444
4545concurrency :
4646 group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
47- cancel-in-progress : true
47+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
4848
4949permissions :
5050 contents : read
Original file line number Diff line number Diff line change 6060
6161concurrency :
6262 group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
63- cancel-in-progress : true
63+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
6464
6565permissions :
6666 contents : read
Original file line number Diff line number Diff line change 7272
7373concurrency :
7474 group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
75- cancel-in-progress : true
75+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
7676
7777permissions :
7878 contents : read
Original file line number Diff line number Diff line change 2929
3030concurrency :
3131 group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
32- cancel-in-progress : true
32+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
3333
3434permissions :
3535 contents : read
Original file line number Diff line number Diff line change 4646
4747concurrency :
4848 group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
49- cancel-in-progress : true
49+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
5050
5151permissions :
5252 contents : read
Original file line number Diff line number Diff line change 3838
3939concurrency :
4040 group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
41- cancel-in-progress : true
41+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
4242
4343permissions :
4444 contents : read
Original file line number Diff line number Diff line change 5858
5959concurrency :
6060 group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
61- cancel-in-progress : true
61+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
6262
6363permissions :
6464 # Upload to GitHub Release
Original file line number Diff line number Diff line change 4242
4343concurrency :
4444 group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
45- cancel-in-progress : true
45+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
4646
4747permissions :
4848 contents : read
Original file line number Diff line number Diff line change 5252
5353concurrency :
5454 group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
55- cancel-in-progress : true
55+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
5656
5757permissions :
5858 contents : read
Original file line number Diff line number Diff line change 5656
5757concurrency :
5858 group : ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
59- cancel-in-progress : true
59+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
6060
6161permissions :
6262 contents : read
You can’t perform that action at this time.
0 commit comments