Skip to content

Commit

Permalink
Merge pull request #3223 from gravitl/lmnzx-patch-1
Browse files Browse the repository at this point in the history
Update deletedroplets.yml to extend the sleep to 30mins
  • Loading branch information
abhishek9686 authored Dec 10, 2024
2 parents dc65635 + 48a8d51 commit 6962027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deletedroplets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: delete droplets
if: success() || failure()
run: |
sleep 1m
sleep 30m
response=$(curl -X DELETE \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: delete droplets
if: success() || failure()
run: |
sleep 1m
sleep 30m
response=$(curl -X DELETE \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \
Expand Down

0 comments on commit 6962027

Please sign in to comment.