Skip to content

Commit

Permalink
replay-verify: change cron format
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse committed Feb 9, 2023
1 parent cc2ad42 commit 9518e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/replay-verify-mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/replay-verify-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9518e1b

Please sign in to comment.