Skip to content

Commit

Permalink
stop autorunning sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Jan 11, 2025
1 parent 6605ed5 commit 394c791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# .github/workflows/sync.yml
name: Rebase Upstream
on:
schedule:
- cron: '0 */6 * * *' # Run every 6 hours
# schedule:
# - cron: '0 */6 * * *' # Run every 6 hours
workflow_dispatch: # run manually

jobs:
Expand Down

0 comments on commit 394c791

Please sign in to comment.