Skip to content

Commit 82f5c63

Browse files
committed
chore: test
1 parent 214581d commit 82f5c63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,11 @@ jobs:
223223
done
224224
done
225225
226-
if ls "$output_path/*.txt"; then
227-
echo "DIFF_IS_NON_EMPTY=1" >> $GITHUB_OUTPUT
228-
else
229-
echo "DIFF_IS_NON_EMPTY=0" >> $GITHUB_OUTPUT
230-
fi
226+
# if ls "$output_path/*.txt"; then
227+
# echo "DIFF_IS_NON_EMPTY=1" >> $GITHUB_OUTPUT
228+
# else
229+
# echo "DIFF_IS_NON_EMPTY=0" >> $GITHUB_OUTPUT
230+
# fi
231231
232232
# Remove outputs if it exists
233233
rm -rf ./outputs || true

0 commit comments

Comments
 (0)