Skip to content

Commit 01dc172

Browse files
authored
CI: Temporarily disable the Docs workflow on Windows (#4151)
1 parent 28b513c commit 01dc172

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
os: [ubuntu-latest, macos-latest, windows-latest]
56+
os: [ubuntu-latest, macos-latest]
57+
# os: [ubuntu-latest, macos-latest, windows-latest]
5758
# Is it a draft Pull Request (true or false)?
5859
isDraft:
5960
- ${{ github.event.pull_request.draft }}

0 commit comments

Comments
 (0)