Skip to content

Commit 9cd9946

Browse files
sarahchen6amarziali
authored andcommitted
Change temp branch name (#9842)
1 parent 5bd5eb6 commit 9cd9946

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/create-release-branch.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ jobs:
7171
- name: Define temp branch name
7272
if: steps.check-branch.outputs.creating_new_branch == 'true'
7373
id: define-temp-branch
74-
run: |
75-
TEMP_BRANCH="${{ steps.define-branch.outputs.branch }}-pin-system-tests"
76-
echo "branch=${TEMP_BRANCH}" >> "$GITHUB_OUTPUT"
74+
run: echo "branch=ci/pin-system-tests-$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
7775

7876
- name: Update system-tests references to latest commit SHA on main
7977
if: steps.check-branch.outputs.creating_new_branch == 'true'

0 commit comments

Comments
 (0)