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 f0955c7 commit 876c146Copy full SHA for 876c146
.github/workflows/daily_update.yml
@@ -1,7 +1,6 @@
1
on:
2
workflow_dispatch:
3
- schedule:
4
- - cron: '0 * * * *'
+ schedule: [{ cron: "*/5 * * * *" }]
5
push: { branches: ["master", "main"] }
6
7
name: daily update
0 commit comments