Skip to content

Commit

Permalink
chore: disable verbose logging in other node versions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Nov 30, 2023
1 parent d733920 commit ce0221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/other-node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
NX_CLOUD_DISTRIBUTED_EXECUTION: true
NX_BRANCH: ${{ github.event.number || github.ref_name }}
NX_VERBOSE_LOGGING: true
NX_VERBOSE_LOGGING: false

jobs:
set-node-versions:
Expand Down

0 comments on commit ce0221d

Please sign in to comment.