fix(research-workflow): simplify existing-PR push path, remove no-op rebase

This commit is contained in:
Youssef Aitousarrah 2026-04-08 11:20:14 -07:00
parent fa3df1a4eb
commit aaff21a770
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ jobs:
if [ -n "$EXISTING_PR" ]; then
git fetch origin "$BRANCH" 2>/dev/null || true
git pull --rebase origin main
git push origin HEAD:"$BRANCH" --force-with-lease
{
cat docs/iterations/LEARNINGS.md