Skip to content

Commit 31751b9

Browse files
Merge pull request #10556 from dotty-staging/fix-windows-ci
Skip fast Windows job for master merges
2 parents 0f0137e + ec9d5ec commit 31751b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
9292
test_windows_fast:
9393
runs-on: [self-hosted, Windows]
94-
if: "github.event_name == 'schedule'
95-
|| (
94+
if: "(
9695
github.event_name == 'push'
96+
&& github.ref != 'master'
9797
&& !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')
9898
)
9999
|| (

0 commit comments

Comments
 (0)