Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Jan 11, 2025
1 parent 10277b3 commit 9940373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# .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:
sync:
runs-on: alpine-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit 9940373

Please sign in to comment.