This repository was archived by the owner on Mar 12, 2025. It is now read-only.
ublue asahi 40 #119
This file contains hidden or 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 asahi 40 | |
on: | |
pull_request: | |
merge_group: | |
schedule: | |
- cron: '5 15 * * *' # 3pm-ish UTC everyday (timed against official fedora container pushes) | |
workflow_dispatch: | |
jobs: | |
build: | |
name: build | |
uses: ./.github/workflows/reusable-build.yaml | |
secrets: inherit | |
with: | |
fedora_version: 40 |