We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f164e commit a2e9ad2Copy full SHA for a2e9ad2
1 file changed
…ithub/workflows/testcafe_demos_tests.yml .github/workflows/visual_demos_tests.yml.github/workflows/testcafe_demos_tests.yml renamed to .github/workflows/visual_demos_tests.yml
@@ -14,7 +14,7 @@ on:
14
15
env:
16
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_TOKEN }}
17
- NX_SKIP_NX_CACHE: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'skip-cache') && 'true' || 'false' }}
+ NX_SKIP_NX_CACHE: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'skip-cache') }}
18
BUILD_TEST_INTERNAL_PACKAGE: true
19
RUN_TESTS: true
20
0 commit comments