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