Skip to content

Commit ea27526

Browse files
committed
chore: testing new workflow trigger
1 parent 0b1ecb6 commit ea27526

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
@@ -134,7 +134,7 @@ jobs:
134134
deploy-stage:
135135
if: contains(github.event.pull_request.labels.*.name, 'deploy')
136136
name: Deploy review app pr-${{ github.event.pull_request.number }}
137-
needs: [build-stage]
137+
needs: [build-image-stage]
138138
permissions:
139139
id-token: write
140140
uses: ./.github/workflows/stage-4-deploy.yaml

0 commit comments

Comments
 (0)