mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 17:55:13 +00:00
Cancel in-progress workflow runs after a push
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -30,6 +30,9 @@ permissions:
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
concurrency:
|
||||
group: "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
pr:
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user