Commit ce04fc6
committed
Remove automatic triggers from parent workflow to avoid duplicate runs
The parent workflow (GAIA CLI Tests) was competing with standalone child
workflows, causing concurrency conflicts and cancelled jobs. Each child
workflow already triggers independently on push/pull_request, so the
parent is now only available via workflow_call or manual dispatch.1 parent 066d96b commit ce04fc6
1 file changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
| |||
0 commit comments