Skip to content

Commit

Permalink
fix(ci): yet another 6356 follow-up
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Oct 24, 2024
1 parent 1a5bbd8 commit e646fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if [[ "${{ github.event_name }}" == "pull_request"* ]]; then
git fetch origin ${{ github.event.pull_request.base.ref }}:base_branch
git checkout base_branch
git pull origin pull/${{ github.event.pull_request.number }}/head
git pull --rebase=false origin pull/${{ github.event.pull_request.number }}/head
git checkout master
git merge --ff-only base_branch
else
Expand Down

0 comments on commit e646fa8

Please sign in to comment.