Skip to content

Commit 5c4ac05

Browse files
committed
Revert "preview_comment.yaml: increase file_limit for test"
This reverts commit b4e9c78.
1 parent 96b79cb commit 5c4ac05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Create comment for changed files
2929
run: |
30-
file_limit=200
30+
file_limit=100
3131
build_url="https://ez-systems-developer-documentation--${{ github.event.pull_request.number }}.com.readthedocs.build/${{inputs.project}}en/${{ github.event.pull_request.number }}/"
3232
3333
md_change_list=$(git diff --name-only HEAD "origin/$GITHUB_BASE_REF" -- docs/ | grep -E "^docs\/.*\.md$" | sed -E "s|^docs/(.*)\.md$|- [docs/\1.md](${build_url}\1/)|")

0 commit comments

Comments
 (0)