Skip to content

Commit b1fc285

Browse files
authored
chore: add cron e2e-test (#1425)
1 parent f323edb commit b1fc285

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches:
88
- 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+
913
jobs:
1014
e2e-linux:
1115
name: e2e test on linux

0 commit comments

Comments
 (0)