diff --git a/hetzner/action.yml b/hetzner/action.yml index 4a91e99..673328e 100644 --- a/hetzner/action.yml +++ b/hetzner/action.yml @@ -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 \ No newline at end of file + done <<< $RUNNERS