Skip to content

Commit a2e9ad2

Browse files
fix: trigger workflow
1 parent a0f164e commit a2e9ad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testcafe_demos_tests.yml renamed to .github/workflows/visual_demos_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
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' }}
17+
NX_SKIP_NX_CACHE: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'skip-cache') }}
1818
BUILD_TEST_INTERNAL_PACKAGE: true
1919
RUN_TESTS: true
2020

0 commit comments

Comments
 (0)