diff --git a/.github/workflows/docs-preview-create.yml b/.github/workflows/docs-preview-create.yml index e342fd95d..ae64bf159 100644 --- a/.github/workflows/docs-preview-create.yml +++ b/.github/workflows/docs-preview-create.yml @@ -42,7 +42,7 @@ jobs: - name: Find comment id: fc - if: steps.push.outcome == 'success' + # if: steps.push.outcome == 'success' uses: peter-evans/find-comment@v3 with: token: ${{ secrets.COMMENTER_TOKEN }}