aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-08-08 17:15:44 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-08-08 17:15:44 +0200
commitd984e7d2fa4a88a86deff36f33c70b2f4ced7d02 (patch)
tree7313c682a9a4df01a2dfc9dadb35762b59ccf842 /.github/workflows
parent63b663a63b3d01caa3b51cb53bb1626a282451cb (diff)
downloadzig-d984e7d2fa4a88a86deff36f33c70b2f4ced7d02.tar.gz
zig-d984e7d2fa4a88a86deff36f33c70b2f4ced7d02.zip
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.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-pr-riscv64-linux.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-pr-riscv64-linux.yaml b/.github/workflows/ci-pr-riscv64-linux.yaml
index a1a4eac218..a6ba740816 100644
--- a/.github/workflows/ci-pr-riscv64-linux.yaml
+++ b/.github/workflows/ci-pr-riscv64-linux.yaml
@@ -6,6 +6,7 @@ on:
- opened
- reopened
- synchronize
+ - unlabeled
concurrency:
# Cancels pending runs when a PR gets updated.
group: riscv64-linux-${{ github.head_ref || github.run_id }}-${{ github.actor }}