Skip to content

build(deps): bump jasonn3/build-container-installer from 1.2.2 to 1.2… #45

build(deps): bump jasonn3/build-container-installer from 1.2.2 to 1.2…

build(deps): bump jasonn3/build-container-installer from 1.2.2 to 1.2… #45

Workflow file for this run

name: Zeliblue Testing
on:
schedule:
- cron:
"00 06 * * *" # build at 06:00 UTC every day
# (20 minutes after last ublue images start building)
push:
branches:
- main
paths-ignore: # don't rebuild if only documentation has changed
- "**.md"
pull_request:
workflow_dispatch: # allow manually triggering builds
jobs:
build_gnome:
name: Zeliblue GNOME Testing
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
recipe: gnome/zeliblue-testing.yml
build_cosmic:
name: Zeliblue COSMIC Testing
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
recipe: cosmic/zeliblue-cosmic.yml