Skip to content

Commit 8b3e3dc

Browse files
committed
fixup! Add a GitHub workflow to monitor component updates
monitor-components: only run this in Git for Windows' fork Even if scheduled workflows are supposedly disabled in forks, we see it every once in a while that they are turned on by mistake. However, the `monitor-components` workflow really only makes sense in Git for Windows' fork, as its purpose is to notify the Git for Windows maintainers of new package versions that might need to be integrated into Git for Windows. So let's be more explicit about disabling this workflow everywhere else. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent de9501c commit 8b3e3dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/monitor-components.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ env:
1616

1717
jobs:
1818
job:
19+
# Only run this in Git for Windows' fork
20+
if: github.event.repository.owner.login == 'git-for-windows'
1921
runs-on: ubuntu-latest
2022
permissions:
2123
issues: write

0 commit comments

Comments
 (0)