We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d847f0e commit e56780fCopy full SHA for e56780f
.github/workflows/cleanup-self-hosted-runners.yml
@@ -48,7 +48,7 @@ jobs:
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."
+ echo "The VM ${vm_name} was created less then 1 hour ago and shouldn't be deleted yet. Skipping."
52
elif test true = "$(if test ! -f .cli-authenticated; then
53
./gh-cli-auth-as-app.sh &&
54
>.cli-authenticated # only authenticate once
0 commit comments