mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-09 17:48:29 +00:00
fix(ci): Run Cypress CI on Main Branch Only (#13600)
This commit is contained in:
parent
6578383827
commit
c65518ac04
@ -14,13 +14,7 @@ name: MySQL Cypress Integration Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '0.[0-9]+.[0-9]+'
|
||||
- '1.[0-9]+[0-9]+'
|
||||
paths:
|
||||
- 'openmetadata-docs/**'
|
||||
pull_request_target:
|
||||
types: [labeled, opened, synchronize, reopened]
|
||||
- main
|
||||
paths:
|
||||
- 'openmetadata-docs/**'
|
||||
|
||||
@ -29,7 +23,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
job: [0]
|
||||
job: [0, 1, 2]
|
||||
environment: test
|
||||
steps:
|
||||
- run: 'echo "Step is not required"'
|
@ -18,13 +18,7 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '0.[0-9]+.[0-9]+'
|
||||
- '1.[0-9]+[0-9]+'
|
||||
paths-ignore:
|
||||
- 'openmetadata-docs/**'
|
||||
pull_request_target:
|
||||
types: [labeled, opened, synchronize, reopened]
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'openmetadata-docs/**'
|
||||
|
||||
@ -41,7 +35,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
job: [0]
|
||||
job: [0, 1, 2]
|
||||
environment: test
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
|
@ -14,13 +14,7 @@ name: PostgreSQL Cypress Integration Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '0.[0-9]+.[0-9]+'
|
||||
- '1.[0-9]+[0-9]+'
|
||||
paths:
|
||||
- 'openmetadata-docs/**'
|
||||
pull_request_target:
|
||||
types: [labeled, opened, synchronize, reopened]
|
||||
- main
|
||||
paths:
|
||||
- 'openmetadata-docs/**'
|
||||
|
||||
@ -29,7 +23,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
job: [0]
|
||||
job: [0, 1, 2]
|
||||
environment: test
|
||||
steps:
|
||||
- run: 'echo "Step is not required"'
|
@ -18,13 +18,7 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '0.[0-9]+.[0-9]+'
|
||||
- '1.[0-9]+[0-9]+'
|
||||
paths-ignore:
|
||||
- 'openmetadata-docs/**'
|
||||
pull_request_target:
|
||||
types: [labeled, opened, synchronize, reopened]
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'openmetadata-docs/**'
|
||||
|
||||
@ -41,7 +35,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
job: [0]
|
||||
job: [0, 1, 2]
|
||||
environment: test
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
|
Loading…
x
Reference in New Issue
Block a user