Skip to content

Commit 0890814

Browse files
authored
Merge pull request #499 from NHSDigital/create-docker-image-in-parallel-for-prs
Run build step straight away in CI
2 parents 061cfed + 5621b77 commit 0890814

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
@@ -61,7 +61,7 @@ jobs:
6161
secrets: inherit
6262
build-stage:
6363
name: 'Build stage'
64-
needs: [metadata, test-stage]
64+
needs: [metadata]
6565
uses: ./.github/workflows/stage-3-build.yaml
6666
with:
6767
build_datetime: '${{ needs.metadata.outputs.build_datetime }}'

0 commit comments

Comments
 (0)