Skip to content

Nightly

Nightly #141

Workflow file for this run

# https://docs.github.com/en/actions
name: "Nightly"
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 0 * * *"
jobs:
integrate:
name: "Integrate"
permissions:
contents: "read"
uses: "./.github/workflows/integrate.yaml"
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"