We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31f4e1 commit b68079fCopy full SHA for b68079f
.github/workflows/ci.yml
@@ -3,6 +3,8 @@ name: Python package
3
on:
4
push:
5
pull_request:
6
+ schedule:
7
+ - cron: '0 */12 * * *'
8
9
jobs:
10
build:
0 commit comments