Skip to content

Commit

Permalink
Merge branch 'js/ci-disable-cmake-by-default' into jch
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gitster committed Jan 5, 2023
2 parents 4dbebc3 + a0da6de commit 49aa4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
vs-build:
name: win+VS build
needs: ci-config
if: needs.ci-config.outputs.enabled == 'yes'
if: github.event.repository.owner.login == 'git-for-windows' && needs.ci-config.outputs.enabled == 'yes'
env:
NO_PERL: 1
GIT_CONFIG_PARAMETERS: "'user.name=CI' 'user.email=ci@git'"
Expand Down

0 comments on commit 49aa4d1

Please sign in to comment.