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 30c03ed commit a4d6ba1Copy full SHA for a4d6ba1
.github/workflows/python-publish.yml
@@ -3,8 +3,8 @@ name: Update Stats
3
on:
4
workflow_dispatch:
5
schedule:
6
- # Runs every 2 hours
7
- - cron: "0 */2 * * *"
+ # Runs every 12 hours
+ - cron: "0 */12 * * *"
8
9
permissions:
10
contents: write
0 commit comments