Skip to content

Commit

Permalink
FIX (Extension) @W-17443055@ Fix smoke tests - fix cron to run on wee…
Browse files Browse the repository at this point in the history
…kdays
  • Loading branch information
jag-j committed Dec 16, 2024
1 parent 75807e2 commit da9a53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
# Cron syntax is "minute[0-59] hour[0-23] date[1-31] month[1-12] day[0-6]". '*' is 'any value', and multiple values
# can be specified with comma-separated lists. All times are UTC.
# So this expression means "run at 17:30 UTC every day". This time was chosen because it corresponds to
# 11:30AM CDT, meaning that any issues will be surfaced towards the start of business.
- cron: "30 17 * * *"
# 9:30AM PST, meaning that any issues will be surfaced on working days when people are likely to be awake and online.
- cron: "30 17 * * 1-5"

jobs:
# Step 1: Build the scanner tarball so it can be installed locally.
Expand Down

0 comments on commit da9a53a

Please sign in to comment.