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: