Skip to content

Commit ed994be

Browse files
committed
Update
1 parent d5dc1db commit ed994be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/potential-redirects-or-partials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
run: |
5959
# If there are no changed files
60-
if [ -z "$CHANGED_FILES" ] || [ -z "$PARTIAL_FILES" ]; then
60+
if [ -z "$CHANGED_FILES" ] && [ -z "$PARTIAL_FILES" ]; then
6161
# Fetch the ID of the existing comment, if it exists
6262
existing_comment_id=$(curl -s -H "Authorization: Bearer $GITHUB_TOKEN" \
6363
-H "Accept: application/vnd.github.v3+json" \

0 commit comments

Comments
 (0)