We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dbebc3 + a0da6de commit 37449fbCopy full SHA for 37449fb
.github/workflows/main.yml
@@ -132,7 +132,7 @@ jobs:
132
vs-build:
133
name: win+VS build
134
needs: ci-config
135
- if: needs.ci-config.outputs.enabled == 'yes'
+ if: github.event.repository.owner.login == 'git-for-windows' && needs.ci-config.outputs.enabled == 'yes'
136
env:
137
NO_PERL: 1
138
GIT_CONFIG_PARAMETERS: "'user.name=CI' 'user.email=ci@git'"
0 commit comments