We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c7271 commit 00c31d4Copy full SHA for 00c31d4
1 file changed
.github/workflows/pytest.yml
@@ -9,6 +9,9 @@ on:
9
pull_request:
10
branches: [ latest ]
11
12
+ schedule:
13
+ - cron: '0 0 1 * *'
14
+
15
jobs:
16
test:
17
runs-on: ubuntu-latest
0 commit comments