Skip to content

Commit

Permalink
feat: skip if null
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl committed Sep 13, 2024
1 parent fa13a14 commit 6dee828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
deploy:
needs: analyze-code
runs-on: ubuntu-latest
if: ${{ secrets.NETLIFY_BUILD_HOOK_URL != '' }}

steps:
- name: Netlify Build Hook
Expand Down

0 comments on commit 6dee828

Please sign in to comment.