Skip to content

Commit 2995472

Browse files
⚒️ chore: Update sync.yml to every hour [skip ci]
1 parent 7c1df27 commit 2995472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permissions:
55

66
on:
77
schedule:
8-
- cron: "0 0 * * *" # every day
8+
- cron: "0 * * * *" # every hour
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)