fix: fix PCI_LI_02 rule test fail #277
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: SYSARCH-ACS Integration Build (push/PR) | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| workflow_dispatch: | |
| jobs: | |
| run: | |
| uses: ./.github/workflows/sysarch_ci.yml | |
| with: | |
| edk2-ref: edk2-stable202511 | |
| toolchain: arm-toolchain,gcc | |
| run-uefi: true | |
| run-baremetal: true | |
| run-linux: true | |
| secrets: inherit |