Commit b8f214a
Disable continuous-integration workflow in favor of fast-continuous-integration
The original continuous-integration.yml workflow has been disabled:
- Commented out schedule triggers (4 daily builds)
- Commented out workflow_dispatch (manual trigger)
- Added workflow_call as dummy trigger to keep YAML valid
- Workflow kept for reference but will not run automatically
The fast-continuous-integration.yml workflow is now the primary CI/CD workflow:
- 58% faster (39min vs 94min)
- Same test coverage
- Same schedule (4 daily builds on weekdays)
- Parallel test execution and deploy steps
Signed-off-by: logan-mac <[email protected]>1 parent 5e83e9c commit b8f214a
1 file changed
+14
-10
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 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
0 commit comments