Skip to content

Commit

Permalink
ci: set cancel group (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash authored Nov 5, 2024
1 parent 29087ff commit f3e703d
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 @@ -24,6 +24,10 @@ on:
pull_request:
branches: main

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

env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 0
Expand Down

0 comments on commit f3e703d

Please sign in to comment.