From 8f58512fef6e651e57eea9dd247461aeab4c4816 Mon Sep 17 00:00:00 2001 From: chiranSachintha Date: Thu, 5 Dec 2024 09:59:41 +0530 Subject: [PATCH] Update full build pipeline of PR build --- .github/workflows/pull_request_full_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_full_build.yml b/.github/workflows/pull_request_full_build.yml index 4a208fac63f2..9ac7a48b459b 100644 --- a/.github/workflows/pull_request_full_build.yml +++ b/.github/workflows/pull_request_full_build.yml @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - level: [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ] + level: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] steps: - name: Checkout Repository