Skip to content

Commit

Permalink
ci: extend smoke testing window
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredh159 committed Dec 29, 2023
1 parent ce08658 commit c2aebcd
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-7pm EST, 45 past hour
- cron: '45 15-23/3 * * 1-5'
# mon-fri, every 3 hrs from 10am-8pm EST, 45 past hour
- cron: '45 15-0/3 * * 1-5'

jobs:
smoke-test:
Expand Down

0 comments on commit c2aebcd

Please sign in to comment.