We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9834cd2 commit 3651852Copy full SHA for 3651852
1 file changed
.github/workflows/e2e-tests.yml
@@ -1,9 +1,12 @@
1
name: e2e tests
2
3
on:
4
- # Nightly workflow - Run at 2 AM UTC daily
+ # Scheduled workflow
5
+ # 13:00 UTC ~= 8:00 AM ET (EST)
6
+ # 01:00 UTC ~= 8:00 PM ET (EST)
7
schedule:
- - cron: '0 2 * * *'
8
+ - cron: '0 13 * * *'
9
+ - cron: '0 1 * * *'
10
# Manual trigger - Support workflow_dispatch for on-demand runs
11
workflow_dispatch:
12
inputs:
0 commit comments