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