feat: GTS use coreos matched kernel #4
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: Bluefin Latest | ||
on: | ||
merge_group: | ||
pull_request: | ||
branches: | ||
- main | ||
- testing | ||
paths-ignore: | ||
- '**.md' | ||
- 'system_files/kinoite/**' | ||
push: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- '**.md' | ||
- 'system_files/kinoite/**' | ||
schedule: | ||
- cron: '40 4 * * *' # 4:40 UTC everyday | ||
workflow_dispatch: | ||
jobs: | ||
build: | ||
name: build | ||
uses: ./.github/workflows/reusable-build.yml | ||
Check failure on line 24 in .github/workflows/build-latest-bluefin.yml GitHub Actions / Bluefin LatestInvalid workflow file
|
||
secrets: inherit | ||
with: | ||
brand_name: bluefin | ||
fedora_version: latest |