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: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '30 0 * * *' - cron: '30 2 * * 1-5'
pull_request_target: pull_request_target:
types: types:
- labeled - labeled

View File

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