Skip to content

Commit

Permalink
Added Automatic Cancelling to Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Redfire75369 committed Aug 3, 2024
1 parent 0f13688 commit e0c1543
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ env:
CXX: clang++
CCACHE: sccache

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ${{ matrix.runner }}
Expand Down

0 comments on commit e0c1543

Please sign in to comment.