From 90298f1301fe9ed8460876581ef11d4410c7c2fa Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 19 Feb 2023 18:03:09 +0000 Subject: [PATCH] Only allow a single abi-cafe run at a time per branch --- .github/workflows/abi-cafe.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/abi-cafe.yml b/.github/workflows/abi-cafe.yml index 1d5bc621de0..5f5510a5796 100644 --- a/.github/workflows/abi-cafe.yml +++ b/.github/workflows/abi-cafe.yml @@ -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: