Skip to content

Commit d984e7d

Browse files
committed
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 parent 63b663a commit d984e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-pr-riscv64-linux.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- opened
77
- reopened
88
- synchronize
9+
- unlabeled
910
concurrency:
1011
# Cancels pending runs when a PR gets updated.
1112
group: riscv64-linux-${{ github.head_ref || github.run_id }}-${{ github.actor }}

0 commit comments

Comments
 (0)