Skip to content

Commit c11b219

Browse files
committed
rm unnecessary guard
1 parent 5754894 commit c11b219

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/manual_regenerate_models.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,6 @@ jobs:
168168
env:
169169
GH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
170170
run: |
171-
if [[ -z "$DOCS_PR_NUMBER" ]]; then
172-
echo "DOCS_PR_NUMBER is not set; skipping failure comment on apify/apify-docs PR."
173-
exit 0
174-
fi
175-
176171
gh pr comment "$DOCS_PR_NUMBER" \
177172
--repo apify/apify-docs \
178173
--body "Python client model regeneration failed. [See workflow run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})." \

0 commit comments

Comments
 (0)