Skip to content

CI - ISOs

CI - ISOs #67

Workflow file for this run

name: CI - ISOs
on:
workflow_dispatch:
schedule:
# every week at midnight
- cron: "0 0 * * *"
jobs:
ci:
strategy:
fail-fast: false
matrix:
build:
- product: ultramarine
variant: base
- product: ultramarine
variant: flagship
- product: ultramarine
variant: gnome
- product: ultramarine
variant: pantheon
- product: ultramarine
variant: kde
- product: tau
variant: home
uses: ./.github/workflows/iso.yml
with:
product: ${{ matrix.build.product }}
variant: ${{ matrix.build.variant }}
secrets: inherit