Skip to content

Commit d507f40

Browse files
authored
changes requested (#45)
* add headers * changes
1 parent 1967c50 commit d507f40

2 files changed

Lines changed: 118 additions & 69 deletions

File tree

.github/workflows/sync-fork.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Sync Fork with Upstream
22

33
on:
44
schedule:
5-
# Runs every minute (minimum interval for GitHub Actions cron)
6-
# Note: GitHub Actions doesn't support intervals less than 1 minute
7-
- cron: "*/1 * * * *"
5+
- cron: "*/30 * * * *"
6+
87
workflow_dispatch: # Allows manual triggering
98

109
jobs:
@@ -47,7 +46,7 @@ jobs:
4746
- name: Merge upstream changes
4847
run: |
4948
CURRENT_BRANCH="${{ steps.branch.outputs.branch }}"
50-
UPSTREAM_BRANCH="staging" # Upstream default branch
49+
UPSTREAM_BRANCH="prod" # Upstream default branch
5150
5251
git checkout $CURRENT_BRANCH
5352

0 commit comments

Comments
 (0)