Skip to content

Commit ded9e62

Browse files
authored
ci: run CI on a weekly schedule (#42)
1 parent 9e7a0ae commit ded9e62

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
@@ -6,6 +6,8 @@ on:
66
- main
77
tags: ["*"]
88
pull_request:
9+
schedule:
10+
- cron: '0 0 * * 1' # runs 00:00 UTC on every Monday
911

1012
concurrency:
1113
# Skip intermediate builds: always.

0 commit comments

Comments
 (0)