Skip to content

Daily (main)

Daily (main) #1

Workflow file for this run

name: Daily (main)
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
run-build-and-test:
if: github.repository == 'apache/orc'
uses: ./.github/workflows/build_and_test.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/daily_main.yml

Invalid workflow file

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