Skip to content

Commit

Permalink
[YUNIKORN-2893] Apply "cancel-in-progress" feature for each PR in Git…
Browse files Browse the repository at this point in the history
…hub Action (#183)

Closes: #183

Signed-off-by: Craig Condit <[email protected]>
  • Loading branch information
blueBlue0102 authored and craigcondit committed Oct 4, 2024
1 parent 78e3297 commit a1f91b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
branches:
- master

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

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

0 comments on commit a1f91b0

Please sign in to comment.