Skip to content

Commit

Permalink
e - cancel CI build if another comes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid authored Aug 13, 2023
1 parent 6b06e1d commit 0d03e7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
pull_request:
branches: [ main ]

concurrency:
# Cancel any in-progress workflows for this workflow/branch combination.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
project: Source/OCHamcrest.xcodeproj

Expand Down

0 comments on commit 0d03e7e

Please sign in to comment.