chore(ui): Update CRON of Nightly runs of Cypress CI (#14679)

This commit is contained in:
Akash Jain 2024-01-11 11:03:17 +05:30 committed by GitHub
parent 6118353ee8
commit 7707b471cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ name: MySQL Cypress Integration Tests
on:
workflow_dispatch:
schedule:
- cron: '30 0 * * *'
- cron: '30 2 * * 1-5'
pull_request_target:
types:
- labeled

View File

@ -17,7 +17,7 @@ name: PostgreSQL Cypress Integration Tests
on:
workflow_dispatch:
schedule:
- cron: '30 0 * * *'
- cron: '30 2 * * 1-5'
pull_request_target:
types:
- labeled