We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b421db commit 1e16b56Copy full SHA for 1e16b56
.github/workflows/python-pytest.yml
@@ -8,6 +8,9 @@ on:
8
branches: [ master ]
9
pull_request:
10
11
+ schedule:
12
+ # since * is a special character in YAML you have to quote this string
13
+ - cron: '0 0 5 1/7 * ?'
14
15
jobs:
16
default:
0 commit comments