From c84efdea74444313409c1c2af1b2388a90e4e139 Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:50:55 +0200 Subject: [PATCH] disable server-rebuild --- .github/workflows/alert.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alert.yml b/.github/workflows/alert.yml index 491259c75e..8616527c94 100644 --- a/.github/workflows/alert.yml +++ b/.github/workflows/alert.yml @@ -11,5 +11,5 @@ jobs: - uses: actions/checkout@v2 - name: Update unlisted run: curl https://born-to-llama.herokuapp.com/refresh - - name: Deploy to server - run: curl https://born-to-llama.herokuapp.com/rebuild-server + # - name: Deploy to server + # run: curl https://born-to-llama.herokuapp.com/rebuild-server