Skip to content

Commit

Permalink
Merge branch 'adjust-g4w-workflows'
Browse files Browse the repository at this point in the history
This disables the `monitor-components` workflow in msft-git, and
re-enables the `win+VS` tests in this repository, too.
  • Loading branch information
dscho committed Apr 29, 2024
2 parents 2d17cc3 + e59be1f commit 67f7675
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 97 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
vs-build:
name: win+VS build
needs: ci-config
if: github.event.repository.owner.login == 'git-for-windows' && needs.ci-config.outputs.enabled == 'yes'
if: github.event.repository.owner.login == 'microsoft' && needs.ci-config.outputs.enabled == 'yes'
env:
NO_PERL: 1
GIT_CONFIG_PARAMETERS: "'user.name=CI' 'user.email=ci@git'"
Expand Down
96 changes: 0 additions & 96 deletions .github/workflows/monitor-components.yml

This file was deleted.

0 comments on commit 67f7675

Please sign in to comment.