Skip to content

Cron | Monthly Health Check #24

Cron | Monthly Health Check

Cron | Monthly Health Check #24

Workflow file for this run

name: Cron | Monthly Health Check
on:
workflow_dispatch:
schedule:
- cron: 0 2 1 * *
jobs:
validate-master:
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/ci.yml