Skip to content

Commit b42fd2d

Browse files
committed
Revert "Temporary enable windows tests in PR"
This reverts commit b183cbb.
1 parent ba0f9d5 commit b42fd2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382
# ---------------------------------------------------------- #
383383

384384
run-tests-windows:
385-
# if: ${{ github.event_name != 'pull_request' }} TODO: Revert
385+
if: ${{ github.event_name != 'pull_request' }}
386386
name: Tests Windows
387387
needs: setup-tests
388388
uses: ./.github/workflows/windows-tests.yml
@@ -460,7 +460,7 @@ jobs:
460460
# ---------------------------------------------------------- #
461461

462462
run-docs-tests-windows:
463-
# if: ${{ github.event_name != 'pull_request' }} TODO: Revert
463+
if: ${{ github.event_name != 'pull_request' }}
464464
name: Docs Tests Windows
465465
needs: setup-tests
466466
uses: ./.github/workflows/windows-tests.yml

0 commit comments

Comments
 (0)