Skip to content

Commit

Permalink
Update cypress skip CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
preetsshah committed Dec 13, 2023
1 parent ac8d615 commit 0b331c1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/cypress-integration-tests-mysql-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@
name: MySQL Cypress Integration Tests

on:
push:
branches:
- main
schedule:
- cron: '30 0 * * *'
pull_request:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
paths:
- 'openmetadata-docs/**'

Expand All @@ -23,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
job: [0, 1, 2]
job: [1, 2, 3, 4]
environment: test
steps:
- run: 'echo "Step is not required"'
14 changes: 10 additions & 4 deletions .github/workflows/cypress-integration-tests-postgresql-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@
name: PostgreSQL Cypress Integration Tests

on:
push:
branches:
- main
schedule:
- cron: '30 0 * * *'
pull_request:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
paths:
- 'openmetadata-docs/**'

Expand All @@ -23,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
job: [0, 1, 2]
job: [1, 2, 3, 4]
environment: test
steps:
- run: 'echo "Step is not required"'

0 comments on commit 0b331c1

Please sign in to comment.