diff --git a/.github/workflows/cicd-1-pull-request.yaml b/.github/workflows/cicd-1-pull-request.yaml index 2760fbe3a..0d1ec63dc 100644 --- a/.github/workflows/cicd-1-pull-request.yaml +++ b/.github/workflows/cicd-1-pull-request.yaml @@ -164,8 +164,7 @@ jobs: APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }} publish-stage: # Recommended maximum execution time is 10 minutes name: "Publish stage" - needs: [metadata, acceptance-stage] #PUT THIS BACK WHEN ACCEPTANCE STAGE IS ENABLED - #needs: [metadata, build-stage] BYPASSING ACCEPTANCE STAGE + needs: [metadata, build-stage] uses: ./.github/workflows/stage-5-publish.yaml if: (github.event_name == 'push' && github.ref == 'refs/heads/main') with: