Skip to content

nightly

nightly #273

Workflow file for this run

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