Skip to content

Commit 95e53df

Browse files
committed
Disable windows tests for RC1
1 parent fd672eb commit 95e53df

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/ci.yaml

+2-17
Original file line numberDiff line numberDiff line change
@@ -204,16 +204,7 @@ jobs:
204204

205205
test_windows_fast:
206206
runs-on: [self-hosted, Windows]
207-
if: "(
208-
github.event_name == 'push'
209-
&& github.ref != 'refs/heads/main'
210-
)
211-
|| github.event_name == 'merge_group'
212-
|| (
213-
github.event_name == 'pull_request'
214-
&& !contains(github.event.pull_request.body, '[skip ci]')
215-
&& !contains(github.event.pull_request.body, '[skip test_windows_fast]')
216-
)"
207+
if: false
217208

218209
steps:
219210
- name: Reset existing repo
@@ -251,13 +242,7 @@ jobs:
251242

252243
test_windows_full:
253244
runs-on: [self-hosted, Windows]
254-
if: "github.event_name == 'schedule' && github.repository == 'scala/scala3'
255-
|| github.event_name == 'push'
256-
|| (
257-
github.event_name == 'pull_request'
258-
&& !contains(github.event.pull_request.body, '[skip ci]')
259-
&& contains(github.event.pull_request.body, '[test_windows_full]')
260-
)"
245+
if: false
261246

262247
steps:
263248
- name: Reset existing repo

0 commit comments

Comments
 (0)