ci: fix build notify status
This commit is contained in:
parent
6b4115a52b
commit
52f34717dd
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -389,7 +389,7 @@ jobs:
|
|||
notify:
|
||||
name: Notify
|
||||
if: ${{ always() }}
|
||||
needs: [prepare, release]
|
||||
needs: [prepare, tests-python, tests-playwright, tests-playwright-legacy, release]
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PKG_VERSION: ${{needs.prepare.outputs.pkg_version}}
|
||||
|
|
Loading…
Reference in a new issue