Skip to content

Commit 838b010

Browse files
authored
Test CI weekly (#335)
1 parent 6bf31fc commit 838b010

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
schedule:
8+
# Runs at 00:00 UTC every Monday to ensure that CI does not bitrot.
9+
- cron: '0 0 * * 1'
710
pull_request:
811

912
concurrency:

0 commit comments

Comments
 (0)