Skip to content

Commit

Permalink
Add: notify in push workflow (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored Apr 24, 2024
1 parent 06cbd28 commit de2940a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,12 @@ jobs:
workflow: "product-chart-upgrade.yml"
inputs: '{"chart": "${{ matrix.chart }}", "tag": "${{ steps.version.outputs.output }}"}'

notify:
needs:
- push-postgres
- push-helm
if: ${{ !cancelled() }}
uses: greenbone/workflows/.github/workflows/notify-mattermost-3rd-gen.yml@main
with:
status: ${{ contains(needs.*.result, 'failure') && 'failure' || 'success' }}
secrets: inherit

0 comments on commit de2940a

Please sign in to comment.