Skip to content

Commit fcd2cd1

Browse files
Shorten to 5 minute
1 parent 88e3f87 commit fcd2cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fork-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# - pj-actions-fork-sync
77
workflow_dispatch:
88
schedule:
9-
- cron: '*/30 * * * *' # every 30 minutes
9+
- cron: '*/5 * * * *' # every 5 minutes
1010
# workflow_dispatch: # on button click
1111

1212
jobs:

0 commit comments

Comments
 (0)