Skip to content

Commit 7d9bc16

Browse files
Merge pull request #10566 from dotty-staging/fix-windows-ci
Fix typo in ci.yml
2 parents a00ccd3 + 85e7184 commit 7d9bc16

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: [self-hosted, Windows]
9494
if: "(
9595
github.event_name == 'push'
96-
&& github.ref != 'master'
96+
&& github.ref != 'refs/heads/master'
9797
&& !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')
9898
)
9999
|| (
@@ -119,10 +119,6 @@ jobs:
119119
|| (
120120
github.event_name == 'push'
121121
&& !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')
122-
)
123-
|| (
124-
github.event_name == 'push'
125-
&& github.ref == 'master'
126122
)"
127123

128124
steps:

0 commit comments

Comments
 (0)