From c97298a2c44ebc4ac9c81505a59169c2ca515814 Mon Sep 17 00:00:00 2001 From: Nicolas Picon Date: Thu, 5 Sep 2024 23:26:27 +0200 Subject: [PATCH] chore: disable restart-server after failing (still failing >:( ) (#125) --- .github/workflows/deploy-on-tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-on-tag.yml b/.github/workflows/deploy-on-tag.yml index 04a7811..3f7973b 100644 --- a/.github/workflows/deploy-on-tag.yml +++ b/.github/workflows/deploy-on-tag.yml @@ -66,6 +66,7 @@ jobs: "X-Secret-Key": "${{ secrets.SERVER_MAINTENANCE_SECRET_KEY }}" } restart-server: + if: false # Still failing to restart after a deployment :/ needs: - deploy - notify-release-analytics