From 6e68ce68f77e46ca2bb82a60c7f1628e2b6e9625 Mon Sep 17 00:00:00 2001 From: ctmbl Date: Sat, 30 Mar 2024 00:59:17 +0100 Subject: [PATCH] Reactivate if on env.HAVE_REQUIRED_SECRETS == true --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 958278c..e15f9ba 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -49,7 +49,7 @@ jobs: # - STATIC_WEBSITE_PATH env: HAVE_REQUIRED_SECRETS: ${{ secrets.SSH_KNOWN_HOSTS != '' }} - #if: ${{ env.HAVE_REQUIRED_SECRETS == 'true' }} + if: ${{ env.HAVE_REQUIRED_SECRETS == 'true' }} runs-on: ubuntu-latest steps: - name: Debug