diff --git a/.github/workflows/build-report.yml b/.github/workflows/build-report.yml index 9f662ddd5854..f9a0fe286fae 100644 --- a/.github/workflows/build-report.yml +++ b/.github/workflows/build-report.yml @@ -6,8 +6,8 @@ name: Generate Build Report on: workflow_dispatch: schedule: - # 1pm UTC is 6am PDT. - - cron: "0 13 * * *" + # 6AM UTC is 8AM EET, 7AM CET, 11PM PST. + - cron: "0 6 * * *" jobs: build-report: diff --git a/.github/workflows/connector_integration_tests.yml b/.github/workflows/connector_integration_tests.yml index 4ff5d1b61968..7f18f5089143 100644 --- a/.github/workflows/connector_integration_tests.yml +++ b/.github/workflows/connector_integration_tests.yml @@ -5,8 +5,8 @@ name: Connector Integration Tests on: workflow_dispatch: schedule: - # 11am UTC is 4am PDT. - - cron: "0 11 * * *" + # 3AM UTC is 5AM EET, 4AM CET, 8PM PST. + - cron: "0 3 * * *" jobs: launch_integration_tests: diff --git a/.github/workflows/connector_integration_tests_alpha.yml b/.github/workflows/connector_integration_tests_alpha.yml index d478bd4846be..f58df2671447 100644 --- a/.github/workflows/connector_integration_tests_alpha.yml +++ b/.github/workflows/connector_integration_tests_alpha.yml @@ -5,8 +5,8 @@ name: Connector Integration Tests (Alpha connectors only) on: workflow_dispatch: schedule: - # 11am UTC is 4am PDT. - - cron: "0 11 * * 0" + # 3AM UTC is 5AM EET, 4AM CET, 8PM PST. + - cron: "0 3 * * 0" jobs: launch_integration_tests_alpha_only: diff --git a/.github/workflows/run-qa-engine.yml b/.github/workflows/run-qa-engine.yml index 8a7b38d33806..e5935d21c7f2 100644 --- a/.github/workflows/run-qa-engine.yml +++ b/.github/workflows/run-qa-engine.yml @@ -3,10 +3,9 @@ name: Run QA Engine on: workflow_dispatch: schedule: - # 1pm UTC is 6am PDT. # same time as Generate Build Report - - cron: "0 13 * * *" - + # 6AM UTC is 8AM EET, 7AM CET, 11PM PST. + - cron: "0 6 * * *" jobs: run-qa-engine: name: "Run QA Engine"