Skip to content

apc nightly debug run #35

apc nightly debug run

apc nightly debug run #35

name: "apc nightly debug run"
on:
schedule:
# Runs nightly at 12:00 AM UTC
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
actions: read
contents: write
pull-requests: write
pages: write
id-token: write
packages: write
jobs:
nightly-debug:
uses: ./.github/workflows/all-post-commit-workflows.yaml
with:
build-type: RelWithDebInfo
coverage: true