From 84e54327e70bea81f57d3f77a333aca8aa83c9a6 Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 20 Jun 2023 06:08:52 -0700 Subject: [PATCH] Run release validation testing once a day, run nightly a little later --- .github/workflows/validate-nightly-binaries.yml | 4 ++-- .github/workflows/validate-release-binaries.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: