From f3e1ad86c5aa63383a0f0ecb11611484d907d29e Mon Sep 17 00:00:00 2001 From: tomjohnburton <39559415+tomjohnburton@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:13:20 +0100 Subject: [PATCH] tet (#4529) --- .github/workflows/ci-cherry-pick.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cherry-pick.yml b/.github/workflows/ci-cherry-pick.yml index 9bb31d22ed..6c93242133 100644 --- a/.github/workflows/ci-cherry-pick.yml +++ b/.github/workflows/ci-cherry-pick.yml @@ -43,6 +43,7 @@ jobs: git checkout -b $BRANCH git cherry-pick -x $COMMIT_SHA + - name: Push to Remote run: |