Skip to content

Commit

Permalink
chore(cicd): cancel check workflows when new commit introduced to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 committed Nov 29, 2023
1 parent 5cf85ad commit cfcc342
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
find-updated-benchmarks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cfcc342

Please sign in to comment.