Skip to content

Commit 337c321

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 0d1af4c commit 337c321

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ jobs:
5353
id: check_results
5454
run: |
5555
if [ -d "performance-results" ] && [ "$(ls -A performance-results/*.json 2>/dev/null)" ]; then
56+
echo "Has results"
5657
echo "has_results=true" >> $GITHUB_OUTPUT
5758
else
59+
echo "Has NO results"
5860
echo "has_results=false" >> $GITHUB_OUTPUT
5961
fi
6062

0 commit comments

Comments
 (0)