Skip to content

Commit 9c0068c

Browse files
committed
CCM-10294: use new workflow
1 parent 7a7c44d commit 9c0068c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
SANDBOX_NAME: ${{ steps.normalize_branch_name.outputs.normalized_branch_name }}
1616
timeout-minutes: 3
1717
steps:
18+
- name: "Checkout code"
19+
uses: actions/checkout@v4
1820
- name: "Get normalized branch name"
1921
id: normalize_branch_name
2022
uses: ./.github/actions/normalize-branch-name

0 commit comments

Comments
 (0)