We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fbe54 commit ded928eCopy full SHA for ded928e
.github/workflows/cleanup-self-hosted-runners.yml
@@ -47,7 +47,7 @@ jobs:
47
vm_name=$(echo $active_vm | jq '.name')
48
vm_creation_iso_string=$(echo $active_vm | jq -r '.timeCreated')
49
vm_creation_time=$(date -d $vm_creation_iso_string +%s)
50
-
+
51
if [ "$one_hour_ago" -lt "$vm_creation_time" ]; then
52
echo "The VM ${vm_name} was created less then 1 hour ago and shouldn't be deleted yet. Skipping."
53
elif test true = "$(if test ! -f .cli-authenticated; then
0 commit comments