mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
support e2e label for running cypress (#16838)
* support e2e label for running cypress * add docs to path ignore
This commit is contained in:
parent
56bc7e647c
commit
00772fc83f
@ -22,8 +22,8 @@ on:
|
|||||||
- synchronize
|
- synchronize
|
||||||
- reopened
|
- reopened
|
||||||
- ready_for_review
|
- ready_for_review
|
||||||
paths:
|
paths-ignore:
|
||||||
- openmetadata-ui/**
|
- 'openmetadata-docs/**'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -35,8 +35,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
cypress-ci-mysql:
|
cypress-ci-mysql:
|
||||||
if: |
|
if: |
|
||||||
github.event_name == 'workflow_dispatch' ||
|
github.event_name == 'workflow_dispatch' || contains( github.event.pull_request.labels.*.name, 'e2e')
|
||||||
( github.event_name == 'pull_request_target'&& github.event.pull_request.draft == false )
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user