Skip to content

Commit

Permalink
WIP: github: Run the compiler-rt tests in non-scheduled builds too
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Sep 6, 2023
1 parent eba7054 commit 90806c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,7 @@ jobs:
# Run the compiler-rt tests with the cross-built i686/x86_64 toolchains from
# above. This also forces testing the bundled python executables.
test-compiler-rt:
# Only running these tests in scheduled builds.
if: (github.event_name == 'schedule') && (github.repository == 'mstorsjo/llvm-mingw')
if: (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
needs: [linux-cross-windows, prepare]
runs-on: windows-latest
strategy:
Expand Down

0 comments on commit 90806c6

Please sign in to comment.