Skip to content

nightly

nightly #81

Workflow file for this run

name: nightly
on:
schedule:
# run at 02:30 UTC every night
- cron: '30 2 * * *'
jobs:
build-matrix:
strategy:
matrix:
arch: ['x86_64', 'aarch64']
flavor: ['green']
uses: ./.github/workflows/build_and_test.yaml
with:
arch: ${{ matrix.arch }}
flavor: ${{ matrix.flavor }}