Skip to content

Commit

Permalink
chore(ci): Add cancel-in-progress concurrency param on CI (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Jul 10, 2024
1 parent a91cda3 commit 6975904
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- reopened
- synchronize

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

jobs:
build-and-test:
name: Build and Test
Expand Down

0 comments on commit 6975904

Please sign in to comment.