Commit 4906d22
fix(ci): rerun release dependency check on label (#10955)
* ci: run check-no-git-dependencies when A-release label is added late
The check-no-git-dependencies job in tests-unit.yml is gated on the
A-release label, but that workflow's pull_request trigger uses the
default activity types (opened, synchronize, reopened). Adding the label
to an existing PR therefore does not re-run it, so the check stays
skipped until the next push.
Add a dedicated workflow that triggers only on the labeled event and
runs the same check, avoiding a full unit-test re-run on every label
change.
* ci: clarify workflow comment about label-triggered runs
* fix(ci): reuse unit workflow for release labels
---------
Co-authored-by: Gustavo Valverde <g.valverde02@gmail.com>1 parent f973a31 commit 4906d22
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
| |||
0 commit comments