Skip to content

chore(ci): WIP combining kernel-cache and akmods #296

chore(ci): WIP combining kernel-cache and akmods

chore(ci): WIP combining kernel-cache and akmods #296

Workflow file for this run

name: ublue akmods 41
on:
merge_group:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
schedule:
- cron: '15 0 * * *' # 10 minutes after kernel-cache
workflow_dispatch:
jobs:
kernel-akmods:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
fedora_version:
- 41
kernel_flavor:
- asus
- bazzite
- surface
- main
- coreos-stable
- coreos-testing
with:
fedora_version: ${{ matrix.fedora_version }}
kernel_flavor: ${{ matrix.kernel_flavor }}