mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-02 00:29:28 +00:00
more accurate name for step
This commit is contained in:
parent
01677bf9cb
commit
640d7f0943
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