From 4b403bb6233cf4c6ccec2a71ab047bfcbbafda0a Mon Sep 17 00:00:00 2001 From: tomjohnburton <39559415+tomjohnburton@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:20:05 +0100 Subject: [PATCH] test (#4530) --- .github/workflows/ci-cherry-pick.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-cherry-pick.yml b/.github/workflows/ci-cherry-pick.yml index 2b7c0cfae3..084215f340 100644 --- a/.github/workflows/ci-cherry-pick.yml +++ b/.github/workflows/ci-cherry-pick.yml @@ -45,7 +45,6 @@ jobs: git checkout -b $BRANCH git cherry-pick -x $COMMIT_SHA - - name: Push to Remote run: | git push origin ${{ env.BRANCH }}