Skip to content

Commit c5b4472

Browse files
committed
nfs 2
1 parent 5c919de commit c5b4472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark-tmpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
sleep 1
145145
done
146146
147-
if [ -n $FOUND_RESULT_FILE ]; then
147+
if [ -z "$FOUND_RESULT_FILE" ]; then
148148
echo "Run failed: Benchmark result $RESULT_FILENAME.json not found." >&2
149149
exit 1
150150
fi

0 commit comments

Comments
 (0)