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 28b513c commit 01dc172Copy full SHA for 01dc172
.github/workflows/ci_docs.yml
@@ -53,7 +53,8 @@ jobs:
53
strategy:
54
fail-fast: false
55
matrix:
56
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
57
+ # 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