diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27c14d056d2b..6a98564606f9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,9 +91,9 @@ jobs: test_windows_fast: runs-on: [self-hosted, Windows] - if: "github.event_name == 'schedule' - || ( + if: "( github.event_name == 'push' + && github.ref != 'master' && !startsWith(github.event.ref, 'refs/tags/sbt-dotty-') ) || (