Skip to content

Commit

Permalink
Add cancel-in-progress for CI (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: gemcoder21 <104884878+gemcoder21@users.noreply.github.com>
  • Loading branch information
0xh3rman and gemcoder21 authored Jun 3, 2024
1 parent 5ccd082 commit 3d5f97a
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 @@ -6,6 +6,10 @@ on:
pull_request:
branches: ["main"]

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

env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
Expand Down

0 comments on commit 3d5f97a

Please sign in to comment.