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 4b507f2 commit 2d339d5Copy full SHA for 2d339d5
.github/workflows/actions.yaml
@@ -7,6 +7,10 @@ on:
7
branches: [ main ]
8
# Allows you to run this workflow manually from the Actions tab on GitHub.
9
workflow_dispatch:
10
+ schedule:
11
+ # Run at 00:00 UTC on the first day of every month
12
+ # Updates pypi + GitHub stats
13
+ - cron: '0 0 1 * *'
14
15
# Cancel any previous in-progress actions
16
concurrency:
0 commit comments