We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0a3635 + 84694c1 commit ca24297Copy full SHA for ca24297
.github/workflows/test.yml
@@ -3,6 +3,9 @@ name: Test
3
on:
4
pull_request:
5
push:
6
+ schedule:
7
+ # run weekly to ensure that we are still good
8
+ - cron: '1 2 * * 3'
9
10
jobs:
11
test:
0 commit comments