Commit 5974cbe
Limit exhaustive test triggers to active branches only (#18975)
The exhaustive tests pipeline was triggering on every branch push,
including updatecli automation branches. Switch the filter_condition
from a deny-list to an allow-list matching only main, version (X.Y),
and dev (X.x) branches. Manual and scheduled runs are unaffected.
(cherry picked from commit 2ed8012)1 parent 5739d9c commit 5974cbe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| |||
0 commit comments