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 (#475)

Closes: #475

Signed-off-by: Craig Condit <[email protected]>
  • Loading branch information
blueBlue0102 authored and craigcondit committed Oct 4, 2024
1 parent 33bc097 commit 36bd9c3
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 @@ -21,6 +21,10 @@ on:
- master
workflow_dispatch: {}

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 36bd9c3

Please sign in to comment.