Skip to content

Commit 86a7f54

Browse files
authored
chore(github): run e2e workflow against master periodically (#2528)
Run the e2e GitHub workflow against master periodically, twice per day, at 00:30 and 12:30 ET. Signed-off-by: Nick Hale <[email protected]>
1 parent 4daeb11 commit 86a7f54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: e2e
22
on:
3+
schedule:
4+
- cron: '30 5,17 * * *' # run this every day at 5:30 and 17:30 UTC (00:30 and 12:30 ET)
35
push:
46
branches:
57
- master

0 commit comments

Comments
 (0)