GHA: correct failed build condition for slack notifications
This commit is contained in:
@@ -101,7 +101,8 @@ jobs:
|
||||
fi
|
||||
|
||||
notify-failure:
|
||||
if: ${{ failure() }}
|
||||
needs: [ eclipse-language-servers-build ]
|
||||
if: ${{ always() && contains(needs.*.result, 'failure') }}
|
||||
uses: ./.github/workflows/notify-failed-build.yml
|
||||
with:
|
||||
link: '[${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})'
|
||||
|
||||
Reference in New Issue
Block a user