Skip to content

Commit c6a0517

Browse files
committed
skip windows fats for now
1 parent b120b9c commit c6a0517

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
qualifier: kind
8080
cluster: kind
8181
registry: dockerhub
82-
- os: windows-latest
83-
qualifier: windows
84-
cluster: gke
85-
registry: gcr
82+
# - os: windows-latest
83+
# qualifier: windows
84+
# cluster: gke
85+
# registry: gcr
8686
fail-fast: false
8787
runs-on: ${{ matrix.config.os }}
8888
env:

0 commit comments

Comments
 (0)