mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Fix rebase command to exclude rocm-main (#158)
This commit is contained in:
parent
dbe34299e4
commit
cc51fda35f
2
.github/workflows/rocm-open-upstream-pr.yml
vendored
2
.github/workflows/rocm-open-upstream-pr.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
run: |
|
||||
git fetch
|
||||
git checkout -b $NEW_BRANCH_NAME origin/${{ github.head_ref }}
|
||||
git rebase --onto origin/main
|
||||
git rebase --onto origin/main origin/rocm-main
|
||||
git push origin HEAD
|
||||
- name: Leave link to create PR
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user