We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a18def commit e9f6880Copy full SHA for e9f6880
1 file changed
actions/instrument/workflow/main.sh
@@ -395,7 +395,7 @@ done | while IFS=$'\t' read -r TRACEPARENT job_id step_number step_conclusion st
395
esac
396
[ -z "${INPUT_DEBUG}" ] || echo "log $TRACEPARENT $job_name $timestamp $severity $line" >&2
397
_otel_log_record "$TRACEPARENT" "$timestamp" "$severity" "$line"
398
- done
+ done &
399
[ -z "${INPUT_DEBUG}" ] || echo "span step $TRACEPARENT $step_name" >&2
400
otel_span_deactivate "$step_span_handle"
401
if [ "$step_conclusion" = failure ]; then otel_span_error "$step_span_handle"; fi
0 commit comments