mirror of
https://github.com/armbian/actions.git
synced 2026-01-06 10:36:19 -08:00
Timeout to make sure all runners are down
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user