[Kernel Patch] Add dxgkrnl patch and disable hyperv tscinvariant patch for latest kernel #27
Workflow file for this run
This file contains hidden or 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: LTS | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
workflow_dispatch: | |
# manual trigger | |
schedule: | |
- cron: '0 0 * * 0' # weekly | |
jobs: | |
build-lts: | |
uses: ./.github/workflows/build-core.yml | |
with: | |
branch: LTS | |
version_suffix: lts |