From f09a3b6c6a5aa123edd6744f7fda66c0a1f92e06 Mon Sep 17 00:00:00 2001 From: lrangine <19699092+lokeshrangineni@users.noreply.github.com> Date: Fri, 14 Feb 2025 18:32:36 -0500 Subject: [PATCH] Fixing the release workflow to refresh the stable branch when the release is not running in the dry run mode. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09fe7152dcf..1ae75382905 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -183,6 +183,7 @@ jobs: update_stable_branch: name: Update Stable Branch after release + if: github.event.inputs.dry_run == 'false' runs-on: ubuntu-latest needs: release env: