Skip to content

Commit 651f380

Browse files
committed
Make test workflow a cron job
1 parent 7bd801c commit 651f380

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Run tests
2-
on: [push]
2+
on:
3+
push: null
4+
schedule:
5+
- cron: '0 0 * * 0' # i.e. every week
36
jobs:
47
test:
58
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)