fix(framework): turn the framework akmod back on #599
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: Aurora Stable | |
on: | |
pull_request: | |
branches: | |
- main | |
- testing | |
paths-ignore: | |
- '**.md' | |
- 'system_files/silverblue/**' | |
schedule: | |
- cron: '45 5 * * *' # 5:41 UTC everyday | |
workflow_dispatch: | |
jobs: | |
build: | |
name: build | |
uses: ./.github/workflows/reusable-build.yml | |
secrets: inherit | |
with: | |
brand_name: aurora | |
fedora_version: stable | |
rechunk: true | |
weekly_tag_day: Sunday | |