diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2025-01-29 17:03:38 -0500 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-30 21:05:41 +0000 |
commit | 31abbed23760efdb5eb6e9a0b7173272cf826cd4 (patch) | |
tree | 56889adc92c9611f3483cf119cf73ac3e941fde5 | |
parent | 87f14322da174c9b76826c6f7433de9fa7b2e229 (diff) | |
download | edk2-31abbed23760efdb5eb6e9a0b7173272cf826cd4.tar.gz |
.github/codeql.yml: Drop ArmPkg IA32 and X64 from build matrix
These archs are not supported by ArmPkg so we can save agent
resources by not attempting to schedule their CodeQL build.
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
-rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1f433e7f74..c22fa8dd61 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,8 +35,6 @@ jobs: fail-fast: false
matrix:
include:
- - Package: "ArmPkg"
- ArchList: "IA32,X64"
- Package: "CryptoPkg"
ArchList: "IA32"
- Package: "CryptoPkg"
|