From c5c95b75bf9fbd7da5670e338180de881674e652 Mon Sep 17 00:00:00 2001 From: tomjohnburton <39559415+tomjohnburton@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:10:59 +0100 Subject: [PATCH] test (#4527) --- .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 8e5cdff115..d1506bdd67 100644 --- a/.github/workflows/ci-cherry-pick.yml +++ b/.github/workflows/ci-cherry-pick.yml @@ -42,6 +42,7 @@ jobs: git checkout -b $BRANCH git cherry-pick -x $COMMIT_SHA + - name: Push to Remote run: |