Skip to content

Commit

Permalink
Merge pull request #310 from Zemnmez/version-pipelining
Browse files Browse the repository at this point in the history
Re-work merging for PR a bit
  • Loading branch information
Zemnmez authored Jun 6, 2022
2 parents eb489fc + affd702 commit 7dd254a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Checkout 'versioned' branch
run: git checkout versioned
- name: Merge with our branch
run: git merge main
- name: Merge with versioned
run: git merge versioned
- name: Open PR to 'versioned' branch
run: gh pr create -f
env:
Expand Down

0 comments on commit 7dd254a

Please sign in to comment.