Only allow a single abi-cafe run at a time per branch

This commit is contained in:
bjorn3 2023-02-19 18:03:09 +00:00
parent f935dc82bc
commit 90298f1301

View File

@ -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: