Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 90298f1

Browse files
committed
Only allow a single abi-cafe run at a time per branch
1 parent f935dc8 commit 90298f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/abi-cafe.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Abi-cafe
22

33
on:
44
- push
@@ -7,6 +7,9 @@ jobs:
77
abi_cafe:
88
runs-on: ${{ matrix.os }}
99
timeout-minutes: 60
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.env.TARGET_TRIPLE }}
12+
cancel-in-progress: true
1013

1114
defaults:
1215
run:

0 commit comments

Comments
 (0)