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 1e16b56 commit b24e7b7Copy full SHA for b24e7b7
.github/workflows/python-pytest.yml
@@ -10,7 +10,7 @@ on:
10
branches: [ master ]
11
schedule:
12
# since * is a special character in YAML you have to quote this string
13
- - cron: '0 0 5 1/7 * ?'
+ - cron: '0 5 1/7 * *'
14
15
jobs:
16
default:
0 commit comments