Skip to content

Commit ca24297

Browse files
authored
Merge pull request #781 from yarikoptic/enh-ci
Run tests weekly to ensure we are still good
2 parents a0a3635 + 84694c1 commit ca24297

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Test
33
on:
44
pull_request:
55
push:
6+
schedule:
7+
# run weekly to ensure that we are still good
8+
- cron: '1 2 * * 3'
69

710
jobs:
811
test:

0 commit comments

Comments
 (0)