Skip to content

Commit bc62204

Browse files
derrickstoleedscho
authored andcommitted
.github: enable windows builds on microsoft fork
This was disabled by a0da6de (ci: only run win+VS build & tests in Git for Windows' fork, 2022-12-19) to avoid other forks doing too many builds. But we want to keep these builds for the microsoft/git fork. Signed-off-by: Derrick Stolee <[email protected]>
1 parent 34700f6 commit bc62204

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
@@ -164,7 +164,7 @@ jobs:
164164
vs-build:
165165
name: win+VS build
166166
needs: ci-config
167-
if: github.event.repository.owner.login == 'git-for-windows' && needs.ci-config.outputs.enabled == 'yes'
167+
if: github.event.repository.owner.login == 'microsoft' && needs.ci-config.outputs.enabled == 'yes'
168168
env:
169169
NO_PERL: 1
170170
GIT_CONFIG_PARAMETERS: "'user.name=CI' 'user.email=ci@git'"

0 commit comments

Comments
 (0)