mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-11 22:09:32 +00:00
more accurate name for step
This commit is contained in:
parent
fc3c559e4f
commit
4962e3bd41
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user