Skip to content

Commit bfeba9f

Browse files
authored
Update main.yml
1 parent b434a7e commit bfeba9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync With Forked Repo
33
on:
44
workflow_dispatch: # allow manual run
55
schedule:
6-
- cron: '0 0 * * *' # every night
6+
- cron: '0 0 1 * *' # every night
77

88
jobs:
99
syncing_with_forked_repo:

0 commit comments

Comments
 (0)