File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1313 pull_request :
1414 branches : [main]
1515
16- # Cancel in-progress runs for PRs
16+ # Cancel in-progress runs when new commits are pushed
1717concurrency :
1818 group : ${{ github.workflow }}-${{ github.ref }}
19- cancel-in-progress : ${{ github.event_name == 'pull_request' }}
19+ cancel-in-progress : true
2020
2121permissions :
2222 contents : read
Original file line number Diff line number Diff line change 88 pull_request :
99 branches : [main]
1010
11- # Cancel in-progress runs for PRs
11+ # Cancel in-progress runs when new commits are pushed
1212concurrency :
1313 group : ${{ github.workflow }}-${{ github.ref }}
14- cancel-in-progress : ${{ github.event_name == 'pull_request' }}
14+ cancel-in-progress : true
1515
1616permissions :
1717 contents : read
Original file line number Diff line number Diff line change 44 pull_request :
55 types : [opened, synchronize, reopened]
66
7+ # Cancel in-progress runs when new commits are pushed
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
11+
712permissions :
813 contents : read
914 pull-requests : write
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ # Cancel in-progress runs when new commits are pushed
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
914permissions :
1015 contents : read
1116 pull-requests : write
You can’t perform that action at this time.
0 commit comments