We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dc172 commit 1cde3c0Copy full SHA for 1cde3c0
1 file changed
.github/workflows/ci_docs.yml
@@ -53,8 +53,7 @@ jobs:
53
strategy:
54
fail-fast: false
55
matrix:
56
- os: [ubuntu-latest, macos-latest]
57
- # os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
58
# Is it a draft Pull Request (true or false)?
59
isDraft:
60
- ${{ github.event.pull_request.draft }}
0 commit comments