From 9518e1be2ff471cc875385ba436132c6ead46732 Mon Sep 17 00:00:00 2001 From: aldenhu Date: Wed, 8 Feb 2023 23:58:20 +0000 Subject: [PATCH] replay-verify: change cron format --- .github/workflows/replay-verify-mainnet.yaml | 2 +- .github/workflows/replay-verify-testnet.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/replay-verify-mainnet.yaml b/.github/workflows/replay-verify-mainnet.yaml index 42ede6abe1514..8ae226e3e3562 100644 --- a/.github/workflows/replay-verify-mainnet.yaml +++ b/.github/workflows/replay-verify-mainnet.yaml @@ -8,7 +8,7 @@ on: type: string description: The git SHA1 to test. If not specified, Forge will check the latest commits on the current branch schedule: - - cron: "0 9/12 * * *" + - cron: "0 9,21 * * *" # notice this is UTC, which is 1am/1pm PST and 2am/2pm PDT pull_request: paths: - ".github/workflows/nightly-replay-verify.yaml" diff --git a/.github/workflows/replay-verify-testnet.yaml b/.github/workflows/replay-verify-testnet.yaml index af68376a03d27..5b47ad205120e 100644 --- a/.github/workflows/replay-verify-testnet.yaml +++ b/.github/workflows/replay-verify-testnet.yaml @@ -8,7 +8,7 @@ on: type: string description: The git SHA1 to test. If not specified, Forge will check the latest commits on the current branch schedule: - - cron: "5 9/12 * * *" + - cron: "5 9,21 * * *" # notice this is UTC, which is 1am/1pm PST and 2am/2pm PDT; starting at the 5th minute to prioritize the mainnet replay pull_request: paths: - ".github/workflows/nightly-replay-verify.yaml"