We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6890d8b commit ccd52aaCopy full SHA for ccd52aa
1 file changed
.github/workflows/sync-upstream.yml
@@ -10,12 +10,12 @@ name: Sync fork with upstream
10
11
on:
12
schedule:
13
- - cron: '0 12 * * *' # 5:00 AM PT daily (runs before Jules scout at 6)
+ - cron: '0 12 * * *' # 5:00 AM PT daily
14
workflow_dispatch: # manual trigger from Actions tab
15
16
env:
17
UPSTREAM_REPO: RocketPy-Team/RocketPy # change per fork
18
- BRANCH: main # change if upstream uses 'main'
+ BRANCH: master # change if upstream uses 'main'
19
20
jobs:
21
sync:
0 commit comments