Skip to content

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

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

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

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

Check failure on line 20 in .github/workflows/build-41.yml

View workflow run for this annotation

GitHub Actions / ublue akmods 41

Invalid workflow file

The workflow is not valid. .github/workflows/build-41.yml (Line: 20, Col: 25): Unexpected value '41'
kernel_flavor:
- asus
- bazzite
- surface
- main
- coreos-stable
- coreos-testing
with:
fedora_version: ${{ matrix.fedora_version }}
kernel_flavor: ${{ matrix.kernel_flavor }}