diff --git a/.github/workflows/cypress-integration-tests-mysql-skip.yml b/.github/workflows/cypress-integration-tests-mysql-skip.yml index a16d49e6100..5a7b6b414ac 100644 --- a/.github/workflows/cypress-integration-tests-mysql-skip.yml +++ b/.github/workflows/cypress-integration-tests-mysql-skip.yml @@ -14,13 +14,7 @@ name: MySQL Cypress Integration Tests on: push: branches: - - main - - '0.[0-9]+.[0-9]+' - - '1.[0-9]+[0-9]+' - paths: - - 'openmetadata-docs/**' - pull_request_target: - types: [labeled, opened, synchronize, reopened] + - main paths: - 'openmetadata-docs/**' @@ -29,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - job: [0] + job: [0, 1, 2] environment: test steps: - run: 'echo "Step is not required"' \ No newline at end of file diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index 7c60394e31e..9fd12109f80 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -18,13 +18,7 @@ on: workflow_dispatch: push: branches: - - main - - '0.[0-9]+.[0-9]+' - - '1.[0-9]+[0-9]+' - paths-ignore: - - 'openmetadata-docs/**' - pull_request_target: - types: [labeled, opened, synchronize, reopened] + - main paths-ignore: - 'openmetadata-docs/**' @@ -41,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - job: [0] + job: [0, 1, 2] environment: test steps: - name: Free Disk Space (Ubuntu) diff --git a/.github/workflows/cypress-integration-tests-postgresql-skip.yml b/.github/workflows/cypress-integration-tests-postgresql-skip.yml index 8f83f25ce4b..0e73e66930a 100644 --- a/.github/workflows/cypress-integration-tests-postgresql-skip.yml +++ b/.github/workflows/cypress-integration-tests-postgresql-skip.yml @@ -14,13 +14,7 @@ name: PostgreSQL Cypress Integration Tests on: push: branches: - - main - - '0.[0-9]+.[0-9]+' - - '1.[0-9]+[0-9]+' - paths: - - 'openmetadata-docs/**' - pull_request_target: - types: [labeled, opened, synchronize, reopened] + - main paths: - 'openmetadata-docs/**' @@ -29,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - job: [0] + job: [0, 1, 2] environment: test steps: - run: 'echo "Step is not required"' \ No newline at end of file diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index 0b6a0f82b15..1cf2a24dfd3 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -18,13 +18,7 @@ on: workflow_dispatch: push: branches: - - main - - '0.[0-9]+.[0-9]+' - - '1.[0-9]+[0-9]+' - paths-ignore: - - 'openmetadata-docs/**' - pull_request_target: - types: [labeled, opened, synchronize, reopened] + - main paths-ignore: - 'openmetadata-docs/**' @@ -41,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - job: [0] + job: [0, 1, 2] environment: test steps: - name: Free Disk Space (Ubuntu)