ci: fix build workflow conditions
This commit is contained in:
parent
27ae8a6734
commit
502fa41560
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -414,6 +414,10 @@ jobs:
|
|||
PKG_VERSION: ${{needs.prepare.outputs.pkg_version}}
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
run: |
|
||||
echo "${{ join(needs.*.result, ',') }}"
|
||||
|
||||
- name: Notify on Slack (Success)
|
||||
if: ${{ contains(join(needs.*.result, ','), 'failure') == 'false' }}
|
||||
uses: slackapi/slack-github-action@v1.23.0
|
||||
|
|
Loading…
Reference in a new issue