Skip to content

Commit ff71c9e

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Enable GitHub actions cancel-in-progress for PRs
2 parents 17f7250 + 805dafd commit ff71c9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ on:
2020
- '**'
2121
permissions:
2222
contents: read
23+
concurrency:
24+
group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
25+
cancel-in-progress: true
2326
env:
2427
CC: ccache gcc
2528
CXX: ccache g++

0 commit comments

Comments
 (0)