File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,6 @@ jobs:
484484 # testing with the latest compiler instead of an older release).
485485 # Therefore, keep the test disabled by default; it's easy to enable
486486 # temporarily on a branch for testing.
487- if : false
488487 needs : [linux-cross-windows, prepare]
489488 strategy :
490489 fail-fast : false
@@ -546,7 +545,6 @@ jobs:
546545 # This also forces testing the bundled python executables.
547546 test-openmp :
548547 # Only running these tests in scheduled builds.
549- if : github.event_name == 'schedule'
550548 needs : [linux-cross-windows, prepare]
551549 strategy :
552550 fail-fast : false
@@ -612,7 +610,6 @@ jobs:
612610 # also forces testing the bundled python executables.
613611 test-compiler-rt :
614612 # Only running these tests in scheduled builds.
615- if : github.event_name == 'schedule'
616613 needs : [linux-cross-windows, prepare]
617614 strategy :
618615 fail-fast : false
You can’t perform that action at this time.
0 commit comments