From c92dabe00430d53128b0781b5485d266636541f5 Mon Sep 17 00:00:00 2001 From: Akash Jain <15995028+akash-jain-10@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:48:03 +0530 Subject: [PATCH] fix: Remove the strategy block from CI to run only with 1 machine (#14032) --- .github/workflows/cypress-integration-tests-postgresql.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index 5ad614d0136..408488cf1dd 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -32,10 +32,6 @@ concurrency: jobs: cypress-ci-postgresql: runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - job: [0, 1, 2] environment: test steps: - name: Free Disk Space (Ubuntu)