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 @@ -499,7 +499,6 @@ jobs:
499499 # testing with the latest compiler instead of an older release).
500500 # Therefore, keep the test disabled by default; it's easy to enable
501501 # temporarily on a branch for testing.
502- if : false
503502 needs : [linux-cross-windows, prepare]
504503 strategy :
505504 fail-fast : false
@@ -558,7 +557,6 @@ jobs:
558557 # This also forces testing the bundled python executables.
559558 test-openmp :
560559 # Only running these tests in scheduled builds.
561- if : github.event_name == 'schedule'
562560 needs : [linux-cross-windows, prepare]
563561 strategy :
564562 fail-fast : false
@@ -621,7 +619,6 @@ jobs:
621619 # also forces testing the bundled python executables.
622620 test-compiler-rt :
623621 # Only running these tests in scheduled builds.
624- if : github.event_name == 'schedule'
625622 needs : [linux-cross-windows, prepare]
626623 strategy :
627624 fail-fast : false
You can’t perform that action at this time.
0 commit comments