Only allow a single abi-cafe run at a time per branch
This commit is contained in:
parent
f935dc82bc
commit
90298f1301
5
.github/workflows/abi-cafe.yml
vendored
5
.github/workflows/abi-cafe.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: CI
|
||||
name: Abi-cafe
|
||||
|
||||
on:
|
||||
- push
|
||||
@ -7,6 +7,9 @@ jobs:
|
||||
abi_cafe:
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.env.TARGET_TRIPLE }}
|
||||
cancel-in-progress: true
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
Loading…
Reference in New Issue
Block a user