chore: enable NX Cloud remote cache on default branch#32635
Merged
chaosmirage merged 5 commits into26_1from Feb 20, 2026
Merged
chore: enable NX Cloud remote cache on default branch#32635chaosmirage merged 5 commits into26_1from
chaosmirage merged 5 commits into26_1from
Conversation
7b5a081 to
77a8b85
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Enables broader Nx caching usage (with an opt-out label) and introduces Nx Cloud remote-cache auth on the default branch, primarily by removing per-target cache overrides and updating CI workflow environment variables.
Changes:
- Removed many per-target
"cache"overrides fromproject.jsonfiles andnx.jsontarget defaults. - Updated multiple GitHub Actions workflows to set
NX_SKIP_NX_CACHEbased on askip-cachePR label instead of always skipping Nx cache. - Added
NX_CLOUD_ACCESS_TOKENinjection inbuild_all.ymlfor runs on the repository default branch.
Reviewed changes
Copilot reviewed 28 out of 28 changed files in this pull request and generated 13 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/sbom/project.json | Removed cache: false overrides from SBOM targets. |
| packages/devextreme/project.json | Removed many target-level cache settings; formatting normalization. |
| packages/devextreme-angular/project.json | Removed target cache overrides; formatting normalization. |
| packages/devextreme-react/project.json | Removed target cache overrides. |
| packages/devextreme-vue/project.json | Removed target cache overrides. |
| packages/devextreme-themebuilder/project.json | Removed target cache: false overrides. |
| packages/devextreme-scss/project.json | Adjusted caching configuration for scss targets. |
| packages/devextreme-metadata/project.json | Removed cache: false overrides for metadata generation/pack. |
| nx.json | Removed explicit cache flags from targetDefaults (build/test/lint/e2e). |
| e2e/wrappers/project.json | Removed target cache overrides for wrapper builds. |
| e2e/testcafe-devextreme/project.json | Removed target cache overrides. |
| apps/angular/project.json | Removed target cache overrides. |
| apps/react/project.json | Removed target cache overrides. |
| apps/vue/project.json | Removed target cache overrides. |
| apps/demos/project.json | Removed target cache overrides across demos tasks. |
| .github/workflows/default_workflow.yml | Set NX_SKIP_NX_CACHE based on skip-cache PR label. |
| .github/workflows/lint.yml | Set NX_SKIP_NX_CACHE based on skip-cache PR label. |
| .github/workflows/build_all.yml | Added NX_CLOUD_ACCESS_TOKEN on default branch; label-based NX_SKIP_NX_CACHE. |
| .github/workflows/qunit_tests.yml | Set NX_SKIP_NX_CACHE based on skip-cache PR label. |
| .github/workflows/renovation.yml | Set NX_SKIP_NX_CACHE based on skip-cache PR label. |
| .github/workflows/styles.yml | Set NX_SKIP_NX_CACHE based on skip-cache PR label. |
| .github/workflows/testcafe_tests.yml | Set NX_SKIP_NX_CACHE based on skip-cache PR label. |
| .github/workflows/themebuilder_tests.yml | Set NX_SKIP_NX_CACHE based on skip-cache PR label. |
| .github/workflows/playgrounds_tests.yml | Set NX_SKIP_NX_CACHE based on skip-cache PR label. |
| .github/workflows/visual-tests-demos.yml | Set NX_SKIP_NX_CACHE based on skip-cache PR label. |
| .github/workflows/wrapper_tests.yml | Set NX_SKIP_NX_CACHE based on skip-cache PR label. |
| .github/workflows/wrapper_tests_e2e.yml | Set NX_SKIP_NX_CACHE based on skip-cache PR label. |
| .github/workflows/paths.yml | Removed NX_SKIP_NX_CACHE env from this workflow. |
mpreyskurantov
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.