Update the edk2-test-parser commit to fix for ignore the old HII #6
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 | |