Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Mudryi committed Feb 26, 2025
1 parent 487cfcd commit e1f7438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
BASE_BRANCH=${{ github.event.pull_request.base.ref }}
git checkout $BASE_BRANCH
git pull origin $BASE_BRANCH
git merge bar/$BASE_BRANCH || echo "Merge conflict detected. Creating pull request."
git merge bar/$BASE_BRANCH --allow-unrelated-histories || echo "Merge conflict detected. Creating pull request."
- name: Pull latest changes from bar before pushing
if: env.branch_exists == 'true' && !failure()
Expand Down

0 comments on commit e1f7438

Please sign in to comment.