Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit 6d872f7

Browse files
committed
Setup cron job
1 parent 172e9f8 commit 6d872f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
branches: [main]
88
paths-ignore:
99
- "README.md"
10+
schedule:
11+
- cron: "0 8 * * 1-5" # Every weekday at 8 am UTC,
1012

1113
jobs:
1214
tests:

0 commit comments

Comments
 (0)