Skip to content

Commit

Permalink
squash! ci: Don't push commits merged in the upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Nov 5, 2023
1 parent 38d684b commit 39d2e0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/merge-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
sparse-checkout: '.'
ref: ${{ matrix.base_ref }}

- name: Switch the branch
run: |
git switch -C tmp akirak
- name: Fetch the upstream
run: |
git remote add upstream ${{ matrix.upstream }}
Expand Down

0 comments on commit 39d2e0b

Please sign in to comment.