more accurate name for step

This commit is contained in:
E M 2026-05-01 17:47:17 +10:00
parent fc3c559e4f
commit 4962e3bd41
No known key found for this signature in database

View File

@ -326,9 +326,9 @@ jobs:
echo "" >> "$GITHUB_STEP_SUMMARY"
echo "Filter: \`labels.\"k8s-pod/runid\"=\"${RUNID}\"\`" >> "$GITHUB_STEP_SUMMARY"
- name: Wait for test pod to start
- name: Wait for runner pod to start
run: |
echo "Waiting for test pod to reach Running state..."
echo "Waiting for runner pod to reach Running state..."
deadline=$((SECONDS + 300))
last_describe=0
while [[ $SECONDS -lt $deadline ]]; do