From dbbf7e892ba954573b47ff7d60764088a82f1bc5 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Sat, 15 Mar 2025 08:55:55 +0530 Subject: [PATCH] fix(GHA): remove unused matrix --- .github/workflows/deploy-legacy.yml | 3 --- .github/workflows/e2e-with-new-api.yml | 3 --- .github/workflows/temporary-container-checks.yml | 6 ------ 3 files changed, 12 deletions(-) diff --git a/.github/workflows/deploy-legacy.yml b/.github/workflows/deploy-legacy.yml index f6d507bb251..51dc34f2ca1 100644 --- a/.github/workflows/deploy-legacy.yml +++ b/.github/workflows/deploy-legacy.yml @@ -32,9 +32,6 @@ jobs: name: API (Legacy) - [${{ needs.setup-jobs.outputs.tgt_env_short }}] needs: [setup-jobs] runs-on: ubuntu-24.04 - strategy: - matrix: - node-version: [20] permissions: deployments: write contents: read diff --git a/.github/workflows/e2e-with-new-api.yml b/.github/workflows/e2e-with-new-api.yml index 1f448b3c80e..c62b8ae23a8 100644 --- a/.github/workflows/e2e-with-new-api.yml +++ b/.github/workflows/e2e-with-new-api.yml @@ -76,9 +76,6 @@ jobs: build-new-api: name: Build New Api (Container) runs-on: ubuntu-22.04 - strategy: - matrix: - node-version: [20] steps: - name: Checkout Source Files diff --git a/.github/workflows/temporary-container-checks.yml b/.github/workflows/temporary-container-checks.yml index b57cb3e8cc3..7a1f6a72f87 100644 --- a/.github/workflows/temporary-container-checks.yml +++ b/.github/workflows/temporary-container-checks.yml @@ -24,9 +24,6 @@ jobs: build-client: name: Build Client (Container) runs-on: ubuntu-22.04 - strategy: - matrix: - node-version: [20] steps: - name: Checkout Source Files @@ -58,9 +55,6 @@ jobs: build-new-api: name: Build New Api (Container) runs-on: ubuntu-22.04 - strategy: - matrix: - node-version: [20] steps: - name: Checkout Source Files