Skip to content

Commit 8474446

Browse files
authored
Run cli tests daily (#449)
* Add cron job to main.yml to run tests every weekday morning * Update cron job to only run on weekdays
1 parent 0b985e7 commit 8474446

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- "**"
7+
schedule:
8+
- cron: "0 9 * * 1,2,3,4,5"
79

810
concurrency:
911
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)