@@ -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
@@ -543,7 +542,6 @@ jobs:
543542 # This also forces testing the bundled python executables.
544543 test-openmp :
545544 # Only running these tests in scheduled builds.
546- if : github.event_name == 'schedule'
547545 needs : [linux-cross-windows, prepare]
548546 strategy :
549547 fail-fast : false
@@ -606,7 +604,6 @@ jobs:
606604 # also forces testing the bundled python executables.
607605 test-compiler-rt :
608606 # Only running these tests in scheduled builds.
609- if : github.event_name == 'schedule'
610607 needs : [linux-cross-windows, prepare]
611608 strategy :
612609 fail-fast : false
@@ -683,7 +680,6 @@ jobs:
683680 # enabled, to catch code generation bugs that might trigger asserts, to
684681 # find such regressions early.
685682 linux-test-cross-build-ffmpeg :
686- if : github.event_name == 'schedule'
687683 needs : [linux-asserts]
688684 runs-on : ubuntu-latest
689685 strategy :
@@ -728,7 +724,6 @@ jobs:
728724 # compiler itself, but that only show up at runtime. This is only done
729725 # for scheduled builds.
730726 test-ffmpeg :
731- if : github.event_name == 'schedule'
732727 needs : [linux-cross-windows]
733728 runs-on : windows-latest
734729 defaults :
0 commit comments