This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
fix: exclude gnome packages which should be flatpaks #146
Workflow file for this run
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: ublue bootc 40 | |
on: | |
pull_request: | |
merge_group: | |
schedule: | |
- cron: '5 15 * * *' # 3pm-ish UTC everyday (timed against official fedora container pushes) | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
name: build | |
uses: ./.github/workflows/reusable-build.yaml | |
secrets: inherit | |
with: | |
fedora_version: 40 |