Skip to content

Commit

Permalink
unused aws instace and vpcs cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <shivaku@nvidia.com>
  • Loading branch information
shivakunv committed Dec 19, 2024
1 parent 9264ab2 commit af705c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/awscleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ jobs:
fi
echo "SHIVA $response"
echo "$response" | jq -r "
.jobs? // [] |
map(select(.status != \"completed\")) |
length")
echo "SHIVA1"
is_jobs_not_completed=$(echo "$response" | jq -r "
.jobs? // [] |
map(select(.status != \"completed\")) |
Expand Down

0 comments on commit af705c7

Please sign in to comment.