Skip to content

Commit

Permalink
fix(stage-build): abort main merge on conflict (#12206)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Nov 29, 2024
1 parent 08313d5 commit ab03594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
git checkout main
git status
git checkout -
git merge main --no-edit
git merge main --no-edit || git merge --abort
- uses: actions/checkout@v4
if: ${{ ! vars.SKIP_BUILD || ! vars.SKIP_FUNCTION }}
Expand Down

0 comments on commit ab03594

Please sign in to comment.