ci: fix build notify status

This commit is contained in:
Nicolas Giard 2023-05-12 15:59:29 -04:00 committed by GitHub
parent 6b4115a52b
commit 52f34717dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}