mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
This reverts commit 1db71c06d4c687226c89519ca4c7f66ab00977d6.
This commit is contained in:
parent
f5d8b093d5
commit
b119a34a1e
@ -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:
|
||||
|
3
.github/workflows/playwright-mysql-e2e.yml
vendored
3
.github/workflows/playwright-mysql-e2e.yml
vendored
@ -29,7 +29,6 @@ on:
|
||||
- 'docker/**'
|
||||
- '!docker/development/docker-compose.yml'
|
||||
- '!docker/development/docker-compose-postgres.yml'
|
||||
- 'openmetadata-ui/src/main/resources/ui/playwright/**'
|
||||
|
||||
|
||||
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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user