fix: apply getwakeuptime pending status patch for Linux 6.12 #409
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: SystemReady-ACS Integration Build (push/PR) | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| workflow_dispatch: | |
| jobs: | |
| run: | |
| uses: ./.github/workflows/systemready_ci.yml | |
| with: | |
| run-sysready: true | |
| run-dt: false | |
| secrets: inherit | |