ublue main 41 #91
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 main 41 | ||
on: | ||
pull_request: | ||
merge_group: | ||
schedule: | ||
- cron: '5 4 * * *' # 4am-ish UTC everyday (timed against official fedora container pushes) | ||
workflow_dispatch: | ||
jobs: | ||
build: | ||
Check failure on line 10 in .github/workflows/build-41.yml GitHub Actions / ublue main 41Invalid workflow file
|
||
name: build | ||
uses: ./.github/workflows/reusable-build.yml | ||
secrets: inherit | ||
with: | ||
fedora_version: 41 |