Skip to content

On Nightly

On Nightly #226

Workflow file for this run

name: On Nightly
on:
workflow_dispatch:
schedule:
- cron: 30 11 * * *
jobs:
tests:
uses: ./.github/workflows/coverage_report_clusterfuzz.yml
secrets: inherit
coverage-report:
uses: ./.github/workflows/coverage_report.yml
secrets: inherit
codeql:
uses: ./.github/workflows/codeql.yml
permissions:
security-events: write