From 3673327782b8460985a8ff4f7b5eff577447011f Mon Sep 17 00:00:00 2001 From: Harsh Date: Thu, 14 Mar 2024 18:07:52 +0530 Subject: [PATCH] fixed ci --- .github/workflows/ci-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index e3c451f08d..fb9d402347 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-20.04 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository strategy: - : false # https://github.com/cypress-io/github-action/issues/48 + fail-fast: false # https://github.com/cypress-io/github-action/issues/48 matrix: containers: [1, 2, 3, 4, 5, 6, 7, 8] steps: