We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5df30 commit 0568059Copy full SHA for 0568059
.nx/workflows/dynamic-changesets.yaml
@@ -94,6 +94,15 @@ assignment-rules:
94
- agent: linux-extra-large
95
parallelism: 6
96
97
+ # TODO(altan): remove when scheduling issue resolved
98
+ - projects:
99
+ - nx-dev
100
+ targets:
101
+ - prebuild-banner
102
+ run-on:
103
+ - agent: linux-extra-large
104
+ parallelism: 6
105
+
106
- targets:
107
- "*"
108
run-on:
nx.json
@@ -344,7 +344,7 @@
344
"nxCloudId": "62d013ea0852fe0a2df74438",
345
"nxCloudUrl": "https://staging.nx.app",
346
"parallel": 1,
347
- "bust": 10,
+ "bust": 1,
348
"defaultBase": "master",
349
"sync": {
350
"applyChanges": true
0 commit comments