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
Add workflow_dispatch input to force fresh builds without Nx cache:
- deploy-dev.yml: Add skip_nx_cache boolean input
- nx-optimized-ci.yml: Add skip_nx_cache boolean input
- Both workflows now support --skip-nx-cache flag
- Also supports NX_SKIP_NX_CACHE environment variable
This provides multiple ways to troubleshoot CI cache issues:
1. Manual workflow dispatch with 'Skip Nx cache' checkbox
2. Force build all sites option (already existed)
3. Environment variable for debugging
Fixes CI build failures caused by corrupted Nx Cloud cache.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments