Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable the monitor-components workflow in msft-git #502

Merged
merged 1 commit into from
May 13, 2022

Commits on May 13, 2022

  1. Disable the monitor-components workflow in msft-git

    It really does not make sense to run that workflow in any fork of
    git-for-windows/git. Typically, it is enough to simply disable it (since
    it is a scheduled workflow, it is disabled by default in any new fork).
    
    However, in microsoft/git, we switch the default branch whenever we
    rebase to a new upstream version, and every time we do so, this
    scheduled workflow gets re-enabled.
    
    Let's just delete it in microsoft/git and never be bothered by it again.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed May 13, 2022
    Configuration menu
    Copy the full SHA
    3688a46 View commit details
    Browse the repository at this point in the history