Skip to content

Commit 0c81337

Browse files
ignore windows test
1 parent 537388a commit 0c81337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
6161
needs:
6262
- test_linux
63-
- test_win
63+
# - test_win
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Checkout code

0 commit comments

Comments
 (0)