Skip to content

Commit b6f38c8

Browse files
committed
Allow forcing Windows CI
1 parent a209cd9 commit b6f38c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ jobs:
119119
|| (
120120
github.event_name == 'push'
121121
&& !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')
122+
)
123+
|| (
124+
github.event_name == 'pull_request'
125+
&& contains(github.event.pull_request.body, '[test_windows_full]')
122126
)"
123127

124128
steps:

0 commit comments

Comments
 (0)