diff --git a/.github/workflows/destroy-deployment-manually.yml b/.github/workflows/destroy-deployment-manually.yml index 6f50c333bf..1e86d06096 100644 --- a/.github/workflows/destroy-deployment-manually.yml +++ b/.github/workflows/destroy-deployment-manually.yml @@ -31,8 +31,8 @@ jobs: id: delete-deployment-webhook with: command: bash webhooks/delete_deployment.sh - timeout_seconds: 15 - retry_wait_seconds: 15 + timeout_seconds: 30 + retry_wait_seconds: 30 max_attempts: 3 - name: Remove GitHub deployment at ${{env.DEPLOYMENT_NAME}} diff --git a/.github/workflows/destroy-deployment.yml b/.github/workflows/destroy-deployment.yml index 72e663d128..645ab75652 100644 --- a/.github/workflows/destroy-deployment.yml +++ b/.github/workflows/destroy-deployment.yml @@ -30,8 +30,8 @@ jobs: id: delete-deployment-webhook with: command: bash webhooks/delete_deployment.sh - timeout_seconds: 15 - retry_wait_seconds: 15 + timeout_seconds: 30 + retry_wait_seconds: 30 max_attempts: 3 - name: Remove GitHub deployment at branch-${{env.DEPLOYMENT_NAME}}