Skip to content

Commit

Permalink
Disable the monitor-components workflow in msft-git
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dscho committed Nov 8, 2023
1 parent 973b7b6 commit 832ddef
Showing 1 changed file with 0 additions and 96 deletions.
96 changes: 0 additions & 96 deletions .github/workflows/monitor-components.yml

This file was deleted.

0 comments on commit 832ddef

Please sign in to comment.