Skip to content

Commit dfb2c86

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 <derrickstolee@github.com>
1 parent 402335f commit dfb2c86

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

0 commit comments

Comments
 (0)