fix: Remove the strategy block from CI to run only with 1 machine (#14032)

This commit is contained in:
Akash Jain 2023-11-20 11:48:03 +05:30 committed by GitHub
parent 0443402812
commit c92dabe004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)