Remove automatic triggers from repo_health workflow, keep only workflow_dispatch

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-03 22:00:56 +00:00
parent 16b3b8520d
commit 4ff9cc8449

View File

@@ -21,20 +21,6 @@ on:
- release
- scripts
- repo
pull_request:
paths:
- .github/workflows/**
- scripts/**
- docs/**
- dev/**
push:
branches:
- main
paths:
- .github/workflows/**
- scripts/**
- docs/**
- dev/**
permissions:
contents: read