chore(ci): split workflows by fedora version (#1097) #7
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: bluefin 38 | |
on: | |
merge_group: | |
pull_request: | |
branches: | |
- main | |
- testing | |
paths-ignore: | |
- '**.md' | |
push: | |
branches: | |
- main | |
- testing | |
paths-ignore: | |
- '**.md' | |
schedule: | |
- cron: '42 16 * * *' # 16:42 UTC everyday | |
workflow_dispatch: | |
jobs: | |
build: | |
name: build | |
uses: ./.github/workflows/reusable-build.yml | |
secrets: inherit | |
with: | |
brand_name: bluefin | |
fedora_version: 38 |