Skip to content

Commit

Permalink
Update release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored and github-actions[bot] committed Jun 3, 2024
1 parent 413c6b9 commit a83724f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/insiders-gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:

env:
# Default values will be used by cron job
PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/main' }}
UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'gp-code/main' }}
PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/release/1.90' }}
UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'gp-code/release/1.90' }}

jobs:
sync-gp-code:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:

env:
# Default values will be used by cron job
PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/main' }}
UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'main' }}
PARENT_COMMIT: ${{ github.event.inputs.parent_commit || 'upstream/release/1.90' }}
UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'release/1.90' }}

jobs:
sync-main:
Expand Down

0 comments on commit a83724f

Please sign in to comment.