Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Nightly CI

Nightly CI #1132

Workflow file for this run

name: Nightly CI
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
ci:
uses: angr/ci-settings/.github/workflows/angr-ci.yml@master
with:
nightly: true
secrets: inherit