Commit 093c0cd
committed
ci(haos): cross-trigger both lanes on either workflow change
Both HAOS lanes now share the same qcow2 cache key, so any change to
the cache logic in one workflow needs to be verified in the other.
Add each workflow's path to the other's pull_request paths filter so
a single-file edit triggers both lanes.
Without this, a PR that only edits haos-e2e-inaddon-tests.yml
(like this one's first commit) would leave the external lane dormant
on CI, hiding any parity regression until a later PR happened to
touch a path both lanes already filter on.1 parent 392a468 commit 093c0cd
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments