diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index 94a28afe1ba..f025cb6a357 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -22,10 +22,12 @@ on: - '1.[0-9]+[0-9]+' paths-ignore: - 'openmetadata-docs/**' + - 'openmetadata-docs-v1/**' pull_request_target: types: [labeled, opened, synchronize, reopened] paths-ignore: - 'openmetadata-docs/**' + - 'openmetadata-docs-v1/**' permissions: contents: read diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index eb59a9ba85a..370f0a7f393 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -22,10 +22,12 @@ on: - '1.[0-9]+[0-9]+' paths-ignore: - 'openmetadata-docs/**' + - 'openmetadata-docs-v1/**' pull_request_target: types: [labeled, opened, synchronize, reopened] paths-ignore: - 'openmetadata-docs/**' + - 'openmetadata-docs-v1/**' permissions: contents: read diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index 1b84719d429..1fb11dd29ea 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -17,6 +17,7 @@ on: - '0.[0-9]+.[0-9]+' paths-ignore: - 'openmetadata-docs/**' + - 'openmetadata-docs-v1/**' pull_request_target: types: [labeled, opened, synchronize, reopened] paths: