Skip to content

Nightly CI

Nightly CI #3

Workflow file for this run

name: Nightly CI
on:
workflow_dispatch:
push:
branches:
- ci
jobs:
ci:
uses: ./.github/workflows/pr-ci.yml
nightly-ci:
if: ${{ success() }}
needs:
- ci
runs-on: ubuntu-latest
steps:
- name: CI succeeded
run: exit 0