Skip to content

Scheduled CI

Scheduled CI #301

Workflow file for this run

name: Scheduled CI
on:
schedule:
- cron: '0 1 * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
nightly:
uses: ./.github/workflows/CI.yml

Check failure on line 13 in .github/workflows/CI-daily.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI-daily.yml

Invalid workflow file

error parsing called workflow ".github/workflows/CI-daily.yml" -> "./.github/workflows/CI.yml" (source branch with sha:fe2d7be05303f3a8cfc38db1927581ffe5520582) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit