Fixes typo in the log path for Framewok laptop kmod build #896
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: ublue akmods 40 | |
on: | |
merge_group: | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
- '**.md' | |
schedule: | |
- cron: '25 0 * * *' # 0025 UTC everyday (20 minutes after 41) | |
workflow_dispatch: | |
jobs: | |
kernel-akmods: | |
uses: ./.github/workflows/reusable-build.yml | |
secrets: inherit | |
strategy: | |
fail-fast: false | |
matrix: | |
fedora_version: | |
- 40 | |
kernel_flavor: | |
- surface | |
- main | |
- coreos-stable | |
- coreos-testing | |
with: | |
fedora_version: ${{ matrix.fedora_version }} | |
kernel_flavor: ${{ matrix.kernel_flavor }} |