Skip to content

Commit

Permalink
WIP: github: Run the compiler-rt tests on push, to test Python
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Dec 6, 2023
1 parent 273e985 commit b4e3707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ jobs:
# 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 b4e3707

Please sign in to comment.