Skip to content

Commit 37449fb

Browse files
committed
Merge branch 'js/ci-disable-cmake-by-default'
Stop running win+VS build by default. * js/ci-disable-cmake-by-default: ci: only run win+VS build & tests in Git for Windows' fork
2 parents 4dbebc3 + a0da6de commit 37449fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
vs-build:
133133
name: win+VS build
134134
needs: ci-config
135-
if: needs.ci-config.outputs.enabled == 'yes'
135+
if: github.event.repository.owner.login == 'git-for-windows' && needs.ci-config.outputs.enabled == 'yes'
136136
env:
137137
NO_PERL: 1
138138
GIT_CONFIG_PARAMETERS: "'user.name=CI' 'user.email=ci@git'"

0 commit comments

Comments
 (0)