Skip to content

Commit af56672

Browse files
committed
1 parent 1498429 commit af56672

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test-win.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,8 @@ env:
88
YARN_VERSION: '^1.22.5'
99

1010
jobs:
11-
validate:
12-
runs-on: ubuntu-latest
13-
if: ${{ github.ref == 'refs/heads/main' || !startsWith(github.event.head_commit.message, '[ci skip]') }}
14-
steps:
15-
- run: echo "${{ github.event.head_commit.message }}"
16-
1711
win-test:
1812
runs-on: windows-latest
19-
needs: validate
2013

2114
strategy:
2215
fail-fast: false

0 commit comments

Comments
 (0)