authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-08 17:15:44+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-08 17:15:44+02:00
logd984e7d2fa4a88a86deff36f33c70b2f4ced7d02
tree7313c682a9a4df01a2dfc9dadb35762b59ccf842
parent63b663a63b3d01caa3b51cb53bb1626a282451cb
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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.

1 files changed, 1 insertions(+), 0 deletions(-)

.github/workflows/ci-pr-riscv64-linux.yaml+1
......@@ -6,6 +6,7 @@ on:
66 - opened
77 - reopened
88 - synchronize
9 - unlabeled
910concurrency:
1011 # Cancels pending runs when a PR gets updated.
1112 group: riscv64-linux-${{ github.head_ref || github.run_id }}-${{ github.actor }}