Skip to content

Cron | Monthly Health Check #3

Cron | Monthly Health Check

Cron | Monthly Health Check #3

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

Check failure on line 11 in .github/workflows/cron.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cron.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cron.yml" -> "./.github/workflows/ci.yml" (source branch with sha:f227738c65891f3fd25e5346083936f379aa9d32) : workflow is not reusable as it is missing a `on.workflow_call` trigger