Commit 7c17d0f
committed
fix(ci): make ci.yml callable as reusable workflow (workflow_call)
deploy.yml invokes ci.yml as its 'test' gate via 'uses:', which requires
a workflow_call trigger. Without it the entire Deploy workflow was invalid
and failed before deploying.1 parent 6bed437 commit 7c17d0f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments