Skip to content

Commit e56780f

Browse files
dschodennisameling
andauthored
Update .github/workflows/cleanup-self-hosted-runners.yml
Co-authored-by: Dennis Ameling <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d847f0e commit e56780f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup-self-hosted-runners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
vm_creation_time=$(date -d $vm_creation_iso_string +%s)
4949
5050
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."
51+
echo "The VM ${vm_name} was created less then 1 hour ago and shouldn't be deleted yet. Skipping."
5252
elif test true = "$(if test ! -f .cli-authenticated; then
5353
./gh-cli-auth-as-app.sh &&
5454
>.cli-authenticated # only authenticate once

0 commit comments

Comments
 (0)