trying to fix job condition

This commit is contained in:
vitaxa 2022-01-21 16:46:11 +03:00
parent ba9267148a
commit 698c549874

View File

@ -43,7 +43,7 @@ jobs:
notify:
runs-on: ubuntu-20.04
needs: build-and-deploy
if: ${{ secrets.mm-webhook-url != '' }}
if: github.event.secrets.mm-webhook-url != ''
steps:
- name: Mattermost Notification
uses: rtCamp/action-slack-notify@v2.2.0