build(deps): bump jasonn3/build-container-installer from 1.2.2 to 1.2… #45
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 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 |