mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
ci: trigger ci-pr-riscv64-linux workflow on unlabeled events
This way, if the ci-riscv64-linux label was added to a PR previously, removing it will cause the concurrency group of the workflow to cancel the runs triggered by the label being added.
This commit is contained in:
parent
63b663a63b
commit
d984e7d2fa
1
.github/workflows/ci-pr-riscv64-linux.yaml
vendored
1
.github/workflows/ci-pr-riscv64-linux.yaml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
- opened
|
- opened
|
||||||
- reopened
|
- reopened
|
||||||
- synchronize
|
- synchronize
|
||||||
|
- unlabeled
|
||||||
concurrency:
|
concurrency:
|
||||||
# Cancels pending runs when a PR gets updated.
|
# Cancels pending runs when a PR gets updated.
|
||||||
group: riscv64-linux-${{ github.head_ref || github.run_id }}-${{ github.actor }}
|
group: riscv64-linux-${{ github.head_ref || github.run_id }}-${{ github.actor }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user