mirror of
https://github.com/ziglang/zig.git
synced 2024-11-22 20:30:17 +00:00
ci: cancel pending CI jobs when a PR gets updated
This commit is contained in:
parent
bcb8ef50ff
commit
dcb16731cf
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -4,6 +4,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
concurrency:
|
||||
# Cancels pending runs when a PR gets updated.
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
x86_64-linux-debug:
|
||||
outputs:
|
||||
|
Loading…
Reference in New Issue
Block a user