From ec9d5ec995a5e7cd8642606c1b739d22b93ee81c Mon Sep 17 00:00:00 2001 From: Liu Fengyun Date: Mon, 30 Nov 2020 13:43:38 +0100 Subject: [PATCH] Skip fast Windows job for master merges As the full Windows job is a superset --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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-') ) || (