ci: fix skip tests build workflow (take 4)
This commit is contained in:
parent
19ddfd6397
commit
492309b9fe
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -259,7 +259,7 @@ jobs:
|
|||
release:
|
||||
name: Make Release
|
||||
if: ${{ !failure() && !cancelled() }}
|
||||
needs: [tests-python, tests-playwright, tests-playwright-legacy, tests-skip, prepare]
|
||||
needs: [tests-python, tests-playwright, tests-playwright-legacy, prepare]
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
SHOULD_DEPLOY: ${{needs.prepare.outputs.should_deploy}}
|
||||
|
|
Loading…
Reference in a new issue