From 776090df63a74a3cd2db5ec7ff6e82129c96f5fe Mon Sep 17 00:00:00 2001 From: adam-fowler Date: Sat, 24 Aug 2024 07:07:41 +0000 Subject: [PATCH] Update from hummingbird-project-template b3ba991f3741d80678253d3eae3253cd37a86ef1 --- .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: