We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f394b21 commit 6d2d98fCopy full SHA for 6d2d98f
.github/workflows/sync.yml
@@ -7,7 +7,7 @@ permissions:
7
8
on:
9
schedule:
10
- - cron: '0 */6 * * *' # every 6 hours
+ - cron: '0 * * * *' # every 6 hours
11
workflow_dispatch:
12
13
jobs:
0 commit comments