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