Skip to content

Commit 9940373

Browse files
authored
Update sync.yml
1 parent 10277b3 commit 9940373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# .github/workflows/sync.yml
22
name: Rebase Upstream
33
on:
4-
schedule:
5-
- cron: '0 */6 * * *' # Run every 6 hours
4+
# schedule:
5+
# - cron: '0 */6 * * *' # Run every 6 hours
66
workflow_dispatch: # run manually
77

88
jobs:
99
sync:
10-
runs-on: alpine-latest
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
1313
with:

0 commit comments

Comments
 (0)