Skip to content

Commit

Permalink
.github/workflows: run fetch & rebase every 2h
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Pisati <[email protected]>
  • Loading branch information
piso77 authored and github-actions committed Feb 5, 2025
1 parent ebb19cb commit 76440c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch-and-rebase.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Fetch upstream and rebase
on:
schedule:
- cron: "0 */8 * * *" # run every 8 hour
workflow_dispatch: # run manually
- cron: "0 */2 * * *" # run every 2 hour
workflow_dispatch: # run manually

jobs:
sync:
Expand Down

0 comments on commit 76440c3

Please sign in to comment.