Skip to content

Commit

Permalink
ci: cancel in-progress workflow runs on same branch (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored Oct 28, 2024
1 parent 66e5aae commit c6aca87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- "release/**"
pull_request:

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

jobs:
lint:
name: Lint
Expand Down

0 comments on commit c6aca87

Please sign in to comment.