Skip to content

Commit dd1312d

Browse files
publish check in for acceptance stage.
1 parent 624b30d commit dd1312d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ jobs:
165165

166166
publish-stage: # Recommended maximum execution time is 10 minutes
167167
name: "Publish stage"
168-
#needs: [metadata, acceptance-stage] #PUT THIS BACK WHEN ACCEPTANCE STAGE IS ENABLED
169-
needs: [metadata, build-stage] #BYPASSING ACCEPTANCE STAGE
168+
needs: [metadata, acceptance-stage]
169+
#needs: [metadata, build-stage] #For forks where there is no dynamic environment stage
170170
uses: ./.github/workflows/stage-5-publish.yaml
171171
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
172172
with:

0 commit comments

Comments
 (0)