From 94606c562ce46014154de510ed5ecd656b2ed7b2 Mon Sep 17 00:00:00 2001
From: Jitendra Gundaniya <jitendra_gundaniya@mckinsey.com>
Date: Tue, 9 Apr 2024 13:38:01 +0100
Subject: [PATCH] Matrix removed for js in frontend

---
 .github/workflows/build-frontend.yml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml
index 172e3c91b8..53ae2adff7 100644
--- a/.github/workflows/build-frontend.yml
+++ b/.github/workflows/build-frontend.yml
@@ -11,11 +11,4 @@ on:
   workflow_dispatch:
 jobs:
   javascript_lint_and_tests:
-    strategy:
-      matrix:
-        os: [ ubuntu-latest ]
-        python-version: [ "3.9" ]
-    uses: ./.github/workflows/javascript-lint-and-tests.yml
-    with:
-      os: ${{ matrix.os }}
-      python-version: ${{ matrix.python-version }}   
\ No newline at end of file
+    uses: ./.github/workflows/javascript-lint-and-tests.yml
\ No newline at end of file