Skip to content

Commit

Permalink
Merge pull request #940 from mborland/Concurrency
Browse files Browse the repository at this point in the history
Enable GHA to kill in progress builds on new push
  • Loading branch information
mborland authored Feb 4, 2023
2 parents fb85bdb + 791df66 commit eaed583
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
pull_request:
release:
types: [published, created, edited]

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
ubuntu-jammy:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit eaed583

Please sign in to comment.