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.
2 parents 24d40af + a233280 commit 59a67d5Copy full SHA for 59a67d5
.github/workflows/ci.yml
@@ -7,6 +7,8 @@ name: Build, Test & Deploy
7
- master
8
tags:
9
- "v*"
10
+ schedule:
11
+ - cron: "0 0 * * 0" # Midnight on Sunday
12
workflow_dispatch:
13
inputs:
14
pytest_addopts:
0 commit comments