Zeliblue Stable #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Zeliblue Stable | |
on: | |
schedule: | |
- cron: | |
"00 06 * * *" # build at 06:00 UTC every day | |
# (20 minutes after last ublue images start building) | |
pull_request: | |
branches: | |
- main | |
paths-ignore: # don't rebuild if only documentation has changed | |
- "**.md" | |
workflow_dispatch: # allow manually triggering builds | |
jobs: | |
build_gnome: | |
name: Zeliblue GNOME | |
uses: ./.github/workflows/reusable-build.yml | |
secrets: inherit | |
with: | |
recipe: gnome/zeliblue.yml | |
build_plasma: | |
name: Zeliblue Plasma | |
uses: ./.github/workflows/reusable-build.yml | |
secrets: inherit | |
with: | |
recipe: plasma/zeliblue-kinoite.yml |