From aaff21a770cd6314c39766372ce09e529bb42fd3 Mon Sep 17 00:00:00 2001 From: Youssef Aitousarrah Date: Wed, 8 Apr 2026 11:20:14 -0700 Subject: [PATCH] fix(research-workflow): simplify existing-PR push path, remove no-op rebase --- .github/workflows/research-strategy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/research-strategy.yml b/.github/workflows/research-strategy.yml index 3781bc27..d8c02071 100644 --- a/.github/workflows/research-strategy.yml +++ b/.github/workflows/research-strategy.yml @@ -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