Skip to content

Commit

Permalink
Update browser compatibility trigger time
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nain committed Dec 8, 2021
1 parent 4d19c23 commit 07fb938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/browser-compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Browser Compatibility Test
on:
schedule:
# More information on cron https://crontab.guru/
- cron: '0 0 * * *'
# GitHub actions is using UTC time. Scheduling action at 5 am PST
- cron: '0 13 * * *'

env:
SELENIUM_GRID_PROVIDER: saucelabs
Expand Down

0 comments on commit 07fb938

Please sign in to comment.