From 85e718413328abc9d655dfac5375795086f5a969 Mon Sep 17 00:00:00 2001 From: Liu Fengyun Date: Mon, 30 Nov 2020 19:53:10 +0100 Subject: [PATCH] Fix typo in ci.yml (thanks to @griggt) --- .github/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a98564606f9..aeff593a1c34 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,7 +93,7 @@ jobs: runs-on: [self-hosted, Windows] if: "( github.event_name == 'push' - && github.ref != 'master' + && github.ref != 'refs/heads/master' && !startsWith(github.event.ref, 'refs/tags/sbt-dotty-') ) || ( @@ -119,10 +119,6 @@ jobs: || ( github.event_name == 'push' && !startsWith(github.event.ref, 'refs/tags/sbt-dotty-') - ) - || ( - github.event_name == 'push' - && github.ref == 'master' )" steps: