We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624b30d commit dd1312dCopy full SHA for dd1312d
.github/workflows/cicd-1-pull-request.yaml
@@ -165,8 +165,8 @@ jobs:
165
166
publish-stage: # Recommended maximum execution time is 10 minutes
167
name: "Publish stage"
168
- #needs: [metadata, acceptance-stage] #PUT THIS BACK WHEN ACCEPTANCE STAGE IS ENABLED
169
- needs: [metadata, build-stage] #BYPASSING ACCEPTANCE STAGE
+ needs: [metadata, acceptance-stage]
+ #needs: [metadata, build-stage] #For forks where there is no dynamic environment stage
170
uses: ./.github/workflows/stage-5-publish.yaml
171
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
172
with:
0 commit comments