mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 03:46:02 +08:00
always delete droplets
This commit is contained in:
parent
6abbf075e0
commit
71c0e490e6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deletedroplets.yml
vendored
2
.github/workflows/deletedroplets.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
|||
message: "droplets from this workflow will be deleted in 15 min"
|
||||
file: ./server/serverinfo.txt
|
||||
- name: delete droplets
|
||||
if: success() || failure()
|
||||
run: |
|
||||
sleep 15m
|
||||
curl -X GET \
|
||||
|
@ -82,6 +83,7 @@ jobs:
|
|||
message: "errors from ${{ github.event.workflow_run.name }}"
|
||||
file: ./results/errors.log
|
||||
- name: delete droplets
|
||||
if: success() || failure()
|
||||
run: |
|
||||
sleep 6h
|
||||
curl -X GET \
|
||||
|
|
Loading…
Add table
Reference in a new issue