Skip to content

Commit 3ef06cf

Browse files
authored
fix(ci): resolve v4 CI timeout by disabling Nx Cloud distributed execution (#9623)
1 parent eee4405 commit 3ef06cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ concurrency:
88
cancel-in-progress: true
99

1010
env:
11-
NX_CLOUD_DISTRIBUTED_EXECUTION: true
12-
NX_CLOUD_DISTRIBUTED_EXECUTION_AGENT_COUNT: 3
11+
NX_CLOUD_DISTRIBUTED_EXECUTION: false
1312
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
1413
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
1514

0 commit comments

Comments
 (0)