Skip to content

Commit a80e88d

Browse files
authored
Disable scheduled sync for forked repo
Comment out the scheduled cron job for the workflow.
1 parent 684c79c commit a80e88d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fork-sync-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
name: Sync the forked repo with the upstream
88
on:
9-
schedule:
10-
- cron: "0 0/4 * * *"
9+
# schedule:
10+
# - cron: "0 0/4 * * *"
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)