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 537388a commit 0c81337Copy full SHA for 0c81337
.github/workflows/deployment.yml
@@ -60,7 +60,7 @@ jobs:
60
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
61
needs:
62
- test_linux
63
- - test_win
+ # - test_win
64
runs-on: ubuntu-latest
65
steps:
66
- name: Checkout code
0 commit comments