diff --git a/.github/workflows/validate-nightly-binaries.yml b/.github/workflows/validate-nightly-binaries.yml index c252e0433..4f59d3e9f 100644 --- a/.github/workflows/validate-nightly-binaries.yml +++ b/.github/workflows/validate-nightly-binaries.yml @@ -3,8 +3,8 @@ name: cron on: schedule: - # At 2:30 pm UTC (7:30 am PDT) - - cron: "30 14 * * *" + # At 3:30 pm UTC (8:30 am PDT) + - cron: "30 15 * * *" # Have the ability to trigger this job manually through the API workflow_dispatch: push: diff --git a/.github/workflows/validate-release-binaries.yml b/.github/workflows/validate-release-binaries.yml index 9549e1e33..73a8071ee 100644 --- a/.github/workflows/validate-release-binaries.yml +++ b/.github/workflows/validate-release-binaries.yml @@ -3,8 +3,8 @@ name: cron on: schedule: - # At 3 am and 2 pm UTC (7 am and 8 pm PDT) - - cron: "0 3,14 * * *" + # At 3 am UTC (7 am PDT) + - cron: "0 3 * * *" # Have the ability to trigger this job manually through the API workflow_dispatch: push: