Fix: Add limit check for level in el3 parameter #616
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: | |
| - '**' | |
| pull_request: | |
| branches: | |
| - '**' | |
| 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 |