Skip to content

.github/workflows/weekly.yaml #115

.github/workflows/weekly.yaml

.github/workflows/weekly.yaml #115

Workflow file for this run

name: Weekly
on:
schedule:
# Every monday at midnight
- cron: "0 0 * * 1"
workflow_dispatch:
permissions:
contents: read
actions: read
checks: write
id-token: write
pages: write
security-events: write
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
ci-workflow:
uses: ./.github/workflows/ci.yaml

Check failure on line 19 in .github/workflows/weekly.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/weekly.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/weekly.yaml" -> "./.github/workflows/ci.yaml" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
publish-wheels: false
publish-docs: false
sha: main
codeql-workflow:
uses: ./.github/workflows/codeql.yaml
secrets: inherit
with:
sha: main