mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 09:22:14 +00:00
This reverts commit 1db71c06d4c687226c89519ca4c7f66ab00977d6.
This commit is contained in:
parent
f5d8b093d5
commit
b119a34a1e
@ -28,7 +28,7 @@ on:
|
|||||||
- 'docker/**'
|
- 'docker/**'
|
||||||
- '!docker/development/docker-compose.yml'
|
- '!docker/development/docker-compose.yml'
|
||||||
- '!docker/development/docker-compose-postgres.yml'
|
- '!docker/development/docker-compose-postgres.yml'
|
||||||
- 'openmetadata-ui/src/main/resources/ui/playwright/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
playwright-ci-mysql:
|
playwright-ci-mysql:
|
||||||
|
5
.github/workflows/playwright-mysql-e2e.yml
vendored
5
.github/workflows/playwright-mysql-e2e.yml
vendored
@ -28,8 +28,7 @@ on:
|
|||||||
- 'openmetadata-dist/**'
|
- 'openmetadata-dist/**'
|
||||||
- 'docker/**'
|
- 'docker/**'
|
||||||
- '!docker/development/docker-compose.yml'
|
- '!docker/development/docker-compose.yml'
|
||||||
- '!docker/development/docker-compose-postgres.yml'
|
- '!docker/development/docker-compose-postgres.yml'
|
||||||
- 'openmetadata-ui/src/main/resources/ui/playwright/**'
|
|
||||||
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@ -42,7 +41,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
playwright-ci-mysql:
|
playwright-ci-mysql:
|
||||||
runs-on: ubuntu-latest
|
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
|
environment: test
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
@ -28,7 +28,6 @@ on:
|
|||||||
- 'docker/**'
|
- 'docker/**'
|
||||||
- '!docker/development/docker-compose.yml'
|
- '!docker/development/docker-compose.yml'
|
||||||
- '!docker/development/docker-compose-postgres.yml'
|
- '!docker/development/docker-compose-postgres.yml'
|
||||||
- 'openmetadata-ui/src/main/resources/ui/playwright/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
playwright-ci-postgresql:
|
playwright-ci-postgresql:
|
||||||
|
@ -40,7 +40,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
playwright-ci-postgresql:
|
playwright-ci-postgresql:
|
||||||
runs-on: ubuntu-latest
|
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
|
environment: test
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user