Skip to content

Commit

Permalink
cancel concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-r-warren committed May 6, 2024
1 parent bfd6c37 commit 89eb27c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sherlock-check-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
branches:
- main

concurrency:
# Don't run this workflow concurrently on the same branch
group: ${{ github.workflow }}-${{ github.ref }}
# For PRs, don't wait for completion of existing runs, cancel them instead
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89eb27c

Please sign in to comment.