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 bcb2aa4 commit b83fe81Copy full SHA for b83fe81
.github/workflows/cicd-1-pull-request.yaml
@@ -164,8 +164,7 @@ jobs:
164
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
165
publish-stage: # Recommended maximum execution time is 10 minutes
166
name: "Publish stage"
167
- needs: [metadata, acceptance-stage] #PUT THIS BACK WHEN ACCEPTANCE STAGE IS ENABLED
168
- #needs: [metadata, build-stage] BYPASSING ACCEPTANCE STAGE
+ needs: [metadata, build-stage]
169
uses: ./.github/workflows/stage-5-publish.yaml
170
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
171
with:
0 commit comments