ci: fix skip tests build workflow (take 4)

This commit is contained in:
Nicolas Giard 2023-05-11 14:38:42 -04:00 committed by GitHub
parent 19ddfd6397
commit 492309b9fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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