From a010f172c5516b3e3f838e74daaeadc71a30f946 Mon Sep 17 00:00:00 2001 From: "hummingbird-automation[bot]" <168462326+hummingbird-automation[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:08:25 +0100 Subject: [PATCH] Update from hummingbird-project-template b3ba991f3741d80678253d3eae3253cd37a86ef1 (#46) Co-authored-by: adam-fowler --- .github/workflows/api-breakage.yml | 3 +++ .github/workflows/ci.yml | 3 +++ .github/workflows/validate.yml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/.github/workflows/api-breakage.yml b/.github/workflows/api-breakage.yml index 9919108..a69ed35 100644 --- a/.github/workflows/api-breakage.yml +++ b/.github/workflows/api-breakage.yml @@ -2,6 +2,9 @@ name: API breaking changes on: pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-apibreakage + cancel-in-progress: true jobs: linux: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b328fdb..f118174 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,9 @@ on: - '**.yml' pull_request: workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-ci + cancel-in-progress: true jobs: macOS: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 17849a3..7cddf30 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -2,6 +2,9 @@ name: Validity Check on: pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-validate + cancel-in-progress: true jobs: validate: