Skip to content

Commit 1beec62

Browse files
phoflmroeschke
andauthored
CI: Cancel 32 bit when another job is started (#51465)
* CI: Cancel 32 bit when another job is started * Update .github/workflows/32-bit-linux.yml Co-authored-by: Matthew Roeschke <[email protected]> --------- Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 3fd020c commit 1beec62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/32-bit-linux.yml

+4
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ jobs:
5252
name: Test results
5353
path: test-data.xml
5454
if: failure()
55+
concurrency:
56+
# https://github.community/t/concurrecy-not-work-for-push/183068/7
57+
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-32bit
58+
cancel-in-progress: true

0 commit comments

Comments
 (0)