Skip to content

Commit 52f3471

Browse files
authored
ci: fix build notify status
1 parent 6b4115a commit 52f3471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389
notify:
390390
name: Notify
391391
if: ${{ always() }}
392-
needs: [prepare, release]
392+
needs: [prepare, tests-python, tests-playwright, tests-playwright-legacy, release]
393393
runs-on: ubuntu-latest
394394
env:
395395
PKG_VERSION: ${{needs.prepare.outputs.pkg_version}}

0 commit comments

Comments
 (0)