Add udev workaround to suppress spurious sleep wakeups on Framework l… #57
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: build-lutho-stable | |
on: | |
merge_group: | |
pull_request: | |
branches: | |
- main | |
- testing | |
paths-ignore: | |
- '**.md' | |
push: | |
branches: | |
- main | |
schedule: | |
- cron: '41 15 * * 2' # 15:41 UTC every Tuesday | |
workflow_dispatch: | |
jobs: | |
build: | |
name: build | |
uses: ./.github/workflows/reusable-build.yml | |
secrets: inherit | |
with: | |
brand_name: lutho | |
fedora_version: stable |