Skip to content

Commit

Permalink
Reactivate if on env.HAVE_REQUIRED_SECRETS == true
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Mar 29, 2024
1 parent 6a44423 commit 6e68ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e68ce6

Please sign in to comment.