Skip to content

Commit 72743cb

Browse files
committed
Only print results
1 parent 7b7146a commit 72743cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
| tee results.txt
344344
{
345345
printf 'result_run_%s_%s<<EOF\n' "$CHECK" "$SEQUENCE_NO"
346-
sed -ne '/===/,$ p' results.txt
346+
sed -ne '/=== Results/,$ p' results.txt
347347
echo EOF
348348
} >>"$GITHUB_OUTPUT"
349349
env:

0 commit comments

Comments
 (0)