Timeout to make sure all runners are down

This commit is contained in:
Igor Pečovnik
2023-04-21 10:38:02 +02:00
committed by GitHub
parent 2891b1bed1
commit e3a95720ea

View File

@@ -117,6 +117,9 @@ runs:
shell: bash
run: |
# make sure all are down
sleep 60
RUNNERS=$(gh api \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
@@ -129,4 +132,4 @@ runs:
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/armbian/os/actions/runners/${id}
done <<< $RUNNERS
done <<< $RUNNERS