Skip to content

Nightly CI (all distros) #103

Nightly CI (all distros)

Nightly CI (all distros) #103

Workflow file for this run

name: Nightly CI (all distros)
on:
schedule:
- cron: '59 23 * * *' # Runs every day at 23:59 UTC
workflow_dispatch:
jobs:
humble-ci:
uses: ./.github/workflows/reusable-ci.yml
with:
branch: humble
os: ubuntu-22.04
python-version: "3.10"
jazzy-ci:
uses: ./.github/workflows/reusable-ci.yml
with:
branch: jazzy
os: ubuntu-24.04
kilted-ci:
uses: ./.github/workflows/reusable-ci.yml
with:
branch: kilted
os: ubuntu-24.04
rolling-ci:
uses: ./.github/workflows/reusable-ci.yml
with:
branch: rolling
os: ubuntu-24.04