We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0f9d5 commit b42fd2dCopy full SHA for b42fd2d
1 file changed
.github/workflows/checks.yml
@@ -382,7 +382,7 @@ jobs:
382
# ---------------------------------------------------------- #
383
384
run-tests-windows:
385
- # if: ${{ github.event_name != 'pull_request' }} TODO: Revert
+ if: ${{ github.event_name != 'pull_request' }}
386
name: Tests Windows
387
needs: setup-tests
388
uses: ./.github/workflows/windows-tests.yml
@@ -460,7 +460,7 @@ jobs:
460
461
462
run-docs-tests-windows:
463
464
name: Docs Tests Windows
465
466
0 commit comments