diff --git a/.github/workflows/playwright-mysql-e2e-skip.yml b/.github/workflows/playwright-mysql-e2e-skip.yml index 75a9dabc29e..1d322fee5a0 100644 --- a/.github/workflows/playwright-mysql-e2e-skip.yml +++ b/.github/workflows/playwright-mysql-e2e-skip.yml @@ -28,7 +28,7 @@ on: - 'docker/**' - '!docker/development/docker-compose.yml' - '!docker/development/docker-compose-postgres.yml' - - 'openmetadata-ui/src/main/resources/ui/playwright/**' + jobs: playwright-ci-mysql: diff --git a/.github/workflows/playwright-mysql-e2e.yml b/.github/workflows/playwright-mysql-e2e.yml index 50dab8bd451..087a1f9efdb 100644 --- a/.github/workflows/playwright-mysql-e2e.yml +++ b/.github/workflows/playwright-mysql-e2e.yml @@ -28,8 +28,7 @@ on: - 'openmetadata-dist/**' - 'docker/**' - '!docker/development/docker-compose.yml' - - '!docker/development/docker-compose-postgres.yml' - - 'openmetadata-ui/src/main/resources/ui/playwright/**' + - '!docker/development/docker-compose-postgres.yml' permissions: @@ -42,7 +41,7 @@ concurrency: jobs: playwright-ci-mysql: runs-on: ubuntu-latest - if: ${{ !github.event.pull_request.draft && (github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request_target' && (github.event.action != 'labeled' || (github.event.action == 'labeled' && contains(github.event.label.name, 'Safe To test'))))) }} + if: ${{ !github.event.pull_request.draft }} environment: test strategy: fail-fast: false diff --git a/.github/workflows/playwright-postgresql-e2e-skip.yml b/.github/workflows/playwright-postgresql-e2e-skip.yml index d05237518fd..9aafa4d1477 100644 --- a/.github/workflows/playwright-postgresql-e2e-skip.yml +++ b/.github/workflows/playwright-postgresql-e2e-skip.yml @@ -28,7 +28,6 @@ on: - 'docker/**' - '!docker/development/docker-compose.yml' - '!docker/development/docker-compose-postgres.yml' - - 'openmetadata-ui/src/main/resources/ui/playwright/**' jobs: playwright-ci-postgresql: diff --git a/.github/workflows/playwright-postgresql-e2e.yml b/.github/workflows/playwright-postgresql-e2e.yml index ad65a77811a..9f2972159db 100644 --- a/.github/workflows/playwright-postgresql-e2e.yml +++ b/.github/workflows/playwright-postgresql-e2e.yml @@ -40,7 +40,7 @@ concurrency: jobs: playwright-ci-postgresql: runs-on: ubuntu-latest - if: ${{ !github.event.pull_request.draft && (github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request_target' && (github.event.action != 'labeled' || (github.event.action == 'labeled' && contains(github.event.label.name, 'Safe To test'))))) }} + if: ${{ !github.event.pull_request.draft }} environment: test strategy: fail-fast: false