Skip to content

Commit

Permalink
Try fixing workflow if syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Mar 5, 2024
1 parent 083b18b commit f2ac0af
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 != '' && secrets.PRIVATE_SSH_KEY != '' && secrets.CI_USER_NAME != '' && secrets.STATIC_WEBSITE_PATH != '' }}
if: ${{ github.event_name == 'push' && env.HAVE_REQUIRED_SECRETS == 'true'}}
if: env.HAVE_REQUIRED_SECRETS == 'true'
runs-on: ubuntu-latest
steps:
- name: 🛠️ Setup build directory
Expand Down

0 comments on commit f2ac0af

Please sign in to comment.