Skip to content

Commit 1f50fb6

Browse files
committed
CCM-10981: wip
1 parent 382a347 commit 1f50fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
secrets: inherit
9393
test-stage: # Recommended maximum execution time is 5 minutes
9494
name: "Test stage"
95-
needs: [metadata, commit-stage]
95+
needs: [metadata]
9696
uses: ./.github/workflows/stage-2-test.yaml
9797
with:
9898
build_datetime: "${{ needs.metadata.outputs.build_datetime }}"

0 commit comments

Comments
 (0)