Skip to content

Commit da74063

Browse files
committed
build: add scheduled tests
1 parent b52afc8 commit da74063

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "Test"
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '0 03 * * 1' # At 03:00 on Monday.
48

59
jobs:
610
tests:

0 commit comments

Comments
 (0)