We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f323edb commit b1fc285Copy full SHA for b1fc285
1 file changed
.github/workflows/e2e-test.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches:
8
- main
9
+ schedule:
10
+ # Run everyday at 10:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
11
+ - cron: "0 10 * * *"
12
+
13
jobs:
14
e2e-linux:
15
name: e2e test on linux
0 commit comments