Skip to content

Commit

Permalink
Merge pull request #573 from patkenneally/ci/cancel-in-progress-inval…
Browse files Browse the repository at this point in the history
…idated-workflow

Cancel workflow for invalidated branch
  • Loading branch information
patkenneally authored Jan 19, 2024
2 parents 07db62c + 952fad7 commit a4d0449
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: "Pull Request Test"
on:
pull_request:

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

jobs:
build-linux:
name: Build Linux
Expand Down

0 comments on commit a4d0449

Please sign in to comment.