Skip to content

Commit

Permalink
Adds exit (#16702)
Browse files Browse the repository at this point in the history
  • Loading branch information
supertopher authored Sep 14, 2022
1 parent 4a74610 commit b5de980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bin/gh_action_zombie_killer
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ for repo in $repo_list; do
echo -e "$blue_text""Total ids returned: $all_runner_ids_count""$default_text"
if test $all_runner_ids_count -eq 0; then
echo -e "$blue_text""Nothing to kill. No Termination Required :(""$default_text"
exit 0
fi
# DELETE THEM ALL!
cursor=0
Expand Down

0 comments on commit b5de980

Please sign in to comment.