Skip to content

Commit 3651852

Browse files
committed
updated e2e workflow
1 parent 9834cd2 commit 3651852

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: e2e tests
22

33
on:
4-
# Nightly workflow - Run at 2 AM UTC daily
4+
# Scheduled workflow
5+
# 13:00 UTC ~= 8:00 AM ET (EST)
6+
# 01:00 UTC ~= 8:00 PM ET (EST)
57
schedule:
6-
- cron: '0 2 * * *'
8+
- cron: '0 13 * * *'
9+
- cron: '0 1 * * *'
710
# Manual trigger - Support workflow_dispatch for on-demand runs
811
workflow_dispatch:
912
inputs:

0 commit comments

Comments
 (0)