Skip to content

Commit

Permalink
chore(github): run e2e workflow against master periodically (#2528)
Browse files Browse the repository at this point in the history
Run the e2e GitHub workflow against master periodically, twice per day,
at 00:30 and 12:30 ET.

Signed-off-by: Nick Hale <njohnhale@gmail.com>
  • Loading branch information
njhale committed Dec 20, 2021
1 parent 4daeb11 commit 86a7f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: e2e
on:
schedule:
- cron: '30 5,17 * * *' # run this every day at 5:30 and 17:30 UTC (00:30 and 12:30 ET)
push:
branches:
- master
Expand Down

0 comments on commit 86a7f54

Please sign in to comment.