mirror of
https://github.com/valitydev/java-workflow.git
synced 2024-11-06 09:35:18 +00:00
trying to fix job condition
This commit is contained in:
parent
ba9267148a
commit
698c549874
2
.github/workflows/maven-service-deploy.yml
vendored
2
.github/workflows/maven-service-deploy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user