mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
concurrency:
|
||||||
|
# Cancels pending runs when a PR gets updated.
|
||||||
|
group: ${{ github.head_ref || github.run_id }}
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
x86_64-linux-debug:
|
x86_64-linux-debug:
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user