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 f37a5a9 commit b6a2300Copy full SHA for b6a2300
.github/workflows/tox.yml
@@ -12,7 +12,7 @@ on:
12
types:
13
- published # It seems that you can publish directly without creating
14
schedule:
15
- - cron: 1 0 * * * # Run daily at 0:01 UTC
+ - cron: 1 0 15 * * # Run each month on day 15 at 0:01 UTC
16
17
concurrency:
18
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
0 commit comments