Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit f0d2711

Browse files
ci: run tests daily
1 parent b38022a commit f0d2711

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ on:
2424
description: 'enabled'
2525
default: true
2626

27+
schedule:
28+
# every day at 01:00
29+
- cron: '0 1 * * *'
2730

2831
pull_request:
2932

0 commit comments

Comments
 (0)