File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237 runs-on: windows-latest
238238 timeout-minutes: 120
239239 needs: sanity_check
240- if: needs.sanity_check.outputs.run_all_jobs == 'true'
240+ # if: needs.sanity_check.outputs.run_all_jobs == 'true'
241241
242242 env:
243243 PERL_SKIP_TTY_TEST: 1
@@ -289,7 +289,7 @@ jobs:
289289 runs-on: windows-latest
290290 timeout-minutes: 120
291291 needs: sanity_check
292- if: needs.sanity_check.outputs.run_all_jobs == 'true'
292+ # if: needs.sanity_check.outputs.run_all_jobs == 'true'
293293
294294 env:
295295 PERL_SKIP_TTY_TEST: 1
@@ -327,7 +327,7 @@ jobs:
327327 runs-on: windows-latest
328328 timeout-minutes: 120
329329 needs: sanity_check
330- if: needs.sanity_check.outputs.run_all_jobs == 'true'
330+ # if: needs.sanity_check.outputs.run_all_jobs == 'true'
331331
332332 env:
333333 PERL_SKIP_TTY_TEST: 1
You can’t perform that action at this time.
0 commit comments