Skip to content

Commit d23afb6

Browse files
committed
feat: update the CI to use the new CD - in DevTest/NFT only
1 parent 7a6de96 commit d23afb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
# version: "${{ needs.metadata.outputs.version }}"
125125
build-image-stage: # Recommended maximum execution time is 3 minutes
126126
name: "Image build stage"
127-
needs: [metadata, commit-stage] # skip tests in DevTest [metadata, test-stage, analysis-stage]
127+
needs: [metadata, commit-stage] # skip tests in DevTest, previously: [metadata, test-stage, analysis-stage]
128128
uses: ./.github/workflows/stage-3-build-images-devtest.yaml
129129
permissions:
130130
contents: read

0 commit comments

Comments
 (0)