From e9a6d8bcec262161a6fee79d4dab82db2f1d676e Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Thu, 23 Oct 2025 08:56:19 -0400 Subject: [PATCH] Change temp branch name --- .github/workflows/create-release-branch.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/create-release-branch.yaml b/.github/workflows/create-release-branch.yaml index e9479b3406d..10ec3cd0a95 100644 --- a/.github/workflows/create-release-branch.yaml +++ b/.github/workflows/create-release-branch.yaml @@ -71,9 +71,7 @@ jobs: - name: Define temp branch name if: steps.check-branch.outputs.creating_new_branch == 'true' id: define-temp-branch - run: | - TEMP_BRANCH="${{ steps.define-branch.outputs.branch }}-pin-system-tests" - echo "branch=${TEMP_BRANCH}" >> "$GITHUB_OUTPUT" + run: echo "branch=ci/pin-system-tests-$(date +'%Y%m%d')" >> $GITHUB_OUTPUT - name: Update system-tests references to latest commit SHA on main if: steps.check-branch.outputs.creating_new_branch == 'true'