We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c863b commit bc26fa9Copy full SHA for bc26fa9
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