Commit d89a521
committed
fix(ci): re-enable docker-compose integration test triggers
Restore pull_request and push triggers for the Integration Test
[Docker Compose] workflow that were removed in commit 0e3a669.
The workflow now runs on:
- Pull requests to main (excluding website/** and **.md)
- Pushes to main (excluding website/** and **.md)
- Manual workflow_dispatch triggers
This ensures the docker-compose integration test runs automatically
for all PRs, catching issues before merge. The test now passes with
the fallback logic in quickstart.sh that handles gated model failures.
Signed-off-by: Senan Zedan <[email protected]>1 parent 2e7ea2b commit d89a521
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
4 | 16 | | |
5 | 17 | | |
6 | 18 | | |
| |||
0 commit comments