Skip to content

Commit

Permalink
chore(ci): Enable a CoreOS Kernel Workflow (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Jun 23, 2024
1 parent 42e9854 commit 83b4629
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-coreos-bluefin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: bluefin CoreOS Kernel
on:
merge_group:
pull_request:
branches:
- testing
paths-ignore:
- '**.md'
- 'system_files/kinoite/**'
workflow_dispatch:

jobs:
build:
name: build
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
brand_name: bluefin
fedora_version: coreos

0 comments on commit 83b4629

Please sign in to comment.