Skip to content

Commit

Permalink
Update release branch to release/1.93
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Sep 2, 2024
1 parent afd983a commit 26f02d5
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.93' }}
UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'gp-code/release/1.93' }}

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.93' }}
UPDATE_BRANCH: ${{ github.event.inputs.update_branch || 'release/1.93' }}

jobs:
sync-main:
Expand Down

0 comments on commit 26f02d5

Please sign in to comment.