We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1df27 commit 2995472Copy full SHA for 2995472
.github/workflows/sync.yml
@@ -5,7 +5,7 @@ permissions:
5
6
on:
7
schedule:
8
- - cron: "0 0 * * *" # every day
+ - cron: "0 * * * *" # every hour
9
workflow_dispatch:
10
11
jobs:
0 commit comments