Skip to content

Commit

Permalink
Update from hummingbird-project-template b3ba991f3741d80678253d3eae32…
Browse files Browse the repository at this point in the history
…53cd37a86ef1 (#76)

Co-authored-by: adam-fowler <adam-fowler@users.noreply.github.com>
  • Loading branch information
hummingbird-automation[bot] and adam-fowler authored Aug 24, 2024
1 parent 2d6404a commit 96f37f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api-breakage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: API breaking changes

on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-apibreakage
cancel-in-progress: true

jobs:
linux:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.yml'
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ci
cancel-in-progress: true

jobs:
linux:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Validity Check

on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-validate
cancel-in-progress: true

jobs:
validate:
Expand Down

0 comments on commit 96f37f6

Please sign in to comment.