Skip to content

Commit 6fc0cd5

Browse files
Merge pull request #8873 from ThomasWaldmann/disable-windows-ci
CI: disable windows for now
2 parents 5707a37 + 5940bad commit 6fc0cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196

197197
windows:
198198

199-
if: true # can be used to temporary disable build
199+
if: false # can be used to temporary disable build
200200
runs-on: windows-latest
201201
timeout-minutes: 120
202202
needs: linux

0 commit comments

Comments
 (0)