Skip to content

Commit

Permalink
ci: cancel previous main when new one start
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat authored Aug 31, 2024
1 parent 7b3914a commit 1ef97bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ env:
# Disabled husky on CI by default
HUSKY: 0

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

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

0 comments on commit 1ef97bc

Please sign in to comment.