Skip to content

Commit b83fe81

Browse files
committed
CCM-13080: Make the docs publish run irrespective of acceptance tests
1 parent bcb2aa4 commit b83fe81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ jobs:
164164
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
165165
publish-stage: # Recommended maximum execution time is 10 minutes
166166
name: "Publish stage"
167-
needs: [metadata, acceptance-stage] #PUT THIS BACK WHEN ACCEPTANCE STAGE IS ENABLED
168-
#needs: [metadata, build-stage] BYPASSING ACCEPTANCE STAGE
167+
needs: [metadata, build-stage]
169168
uses: ./.github/workflows/stage-5-publish.yaml
170169
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
171170
with:

0 commit comments

Comments
 (0)