We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e3f87 commit fcd2cd1Copy full SHA for fcd2cd1
.github/workflows/fork-sync.yml
@@ -6,7 +6,7 @@ on:
6
# - pj-actions-fork-sync
7
workflow_dispatch:
8
schedule:
9
- - cron: '*/30 * * * *' # every 30 minutes
+ - cron: '*/5 * * * *' # every 5 minutes
10
# workflow_dispatch: # on button click
11
12
jobs:
0 commit comments