From 1a451fe2a8d3512968f9b119e833bb4628617c9c Mon Sep 17 00:00:00 2001 From: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Date: Tue, 11 Apr 2023 11:18:47 +0530 Subject: [PATCH] cypress(test): enable cypress for all the PRs (#10994) --- .github/workflows/cypress-integration-tests-mysql.yml | 5 ++--- .github/workflows/cypress-integration-tests-postgresql.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index 32b0e51c116..94a28afe1ba 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -24,9 +24,8 @@ on: - 'openmetadata-docs/**' pull_request_target: types: [labeled, opened, synchronize, reopened] - paths: - - 'openmetadata-ui/**' - - 'openmetadata-spec/**' + paths-ignore: + - 'openmetadata-docs/**' permissions: contents: read diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index 4e4dc5495ae..eb59a9ba85a 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -24,9 +24,8 @@ on: - 'openmetadata-docs/**' pull_request_target: types: [labeled, opened, synchronize, reopened] - paths: - - 'openmetadata-ui/**' - - 'openmetadata-spec/**' + paths-ignore: + - 'openmetadata-docs/**' permissions: contents: read