Skip to content

health-check

health-check #4301

Workflow file for this run

name: health-check
on:
push:
branches:
- main
schedule:
- cron: 0 12 * * *
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
health-check:
uses: ./.github/workflows/health-check-reusable.yaml
secrets: inherit