You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments