We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4daeb11 commit 86a7f54Copy full SHA for 86a7f54
.github/workflows/e2e-tests.yml
@@ -1,5 +1,7 @@
1
name: e2e
2
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)
5
push:
6
branches:
7
- master
0 commit comments