blob: 036e67a0ff4f25bde6eeb74f4a8f4350486497b0 [file] [log] [blame]
# A CI configuration to check PR health.
name: Health
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:
uses: ./.github/workflows/health.yaml
with:
local_debug: true
coverage_web: false