Skip to content

Commit

Permalink
ci: fix invalid smoke test cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredh159 committed Jan 2, 2024
1 parent d75457d commit 7514391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: smoke

on:
schedule:
# mon-fri, every 3 hrs from 10am-8pm EST, 45 past hour
- cron: '45 15-0/3 * * 1-5'
# mon-fri @ 10:45am, 1:45pm, 4:45pm, 7:45pm EST
- cron: '45 15,18,21,0 * * 1-5'

jobs:
smoke-test:
Expand Down

0 comments on commit 7514391

Please sign in to comment.