We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f6943 commit 45b7d81Copy full SHA for 45b7d81
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ env:
18
# Only set the read-write token if we are on the main branch
19
NX_CLOUD_ACCESS_TOKEN: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') && secrets.NX_CLOUD_ACCESS_TOKEN || '' }}
20
# This increases the verbosity of the logs for everything, including Nx Cloud, but will hopefully surface more info about recent lint failures
21
- NX_VERBOSE_LOGGING: true
+ NX_VERBOSE_LOGGING: false
22
23
defaults:
24
run:
0 commit comments