Update from hummingbird-project-template b3ba991f3741d80678253d3eae3253cd37a86ef1 (#46)

Co-authored-by: adam-fowler <adam-fowler@users.noreply.github.com>
This commit is contained in:
hummingbird-automation[bot]
2024-08-26 09:08:25 +01:00
committed by GitHub
parent c3beb4a327
commit a010f172c5
3 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ name: API breaking changes
on: on:
pull_request: pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-apibreakage
cancel-in-progress: true
jobs: jobs:
linux: linux:

View File

@@ -9,6 +9,9 @@ on:
- '**.yml' - '**.yml'
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ci
cancel-in-progress: true
jobs: jobs:
macOS: macOS:

View File

@@ -2,6 +2,9 @@ name: Validity Check
on: on:
pull_request: pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-validate
cancel-in-progress: true
jobs: jobs:
validate: validate: