Commit ee1be4c
ci(e2e-prod): full live suite on cron + on-demand only (not every UI build) (#208)
Running the full live-provision suite on every merge to main (push:[main]) +
every api deploy fired it dozens of times on a busy day, accumulating real
customer DBs on shared prod infra faster than reaps cleaned them — degrading prod
provisioning (the vector live test went 10s→2min timeout over one session).
Remove push:[main]; keep cron(*/30) + workflow_dispatch + an on-demand
repository_dispatch. Cheap per-build coverage stays: e2e-pr-smoke (contract-only)
on web PRs + the api webhook-injection unit test on api PRs.
Co-authored-by: Claude <noreply@anthropic.com>1 parent db24d98 commit ee1be4c
1 file changed
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 59 | | |
57 | | - | |
58 | | - | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
0 commit comments