Skip to content

.github/workflows/ci.yml #8

.github/workflows/ci.yml

.github/workflows/ci.yml #8

Workflow file for this run

on:
push:
branches: [ "*" ]
tags: [ "*" ]
schedule:
- cron: "0 10 * * 1"
workflow_dispatch: { }
jobs:
build-flavours:
strategy:
matrix:
FLAVOUR: [ "magick", "minimal", "playwright" ]
uses: "./.github/workflows/common.yml"
secrets: "inherit" # for Docker image publication
with:
MD_IMAGE_FLAVOUR: "${{ matrix.FLAVOUR }}"