ci: fix skip tests build workflow (take 2)

This commit is contained in:
Nicolas Giard 2023-05-11 14:18:11 -04:00 committed by GitHub
parent 02f3606c00
commit b767733f89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -269,7 +269,7 @@ jobs:
# -----------------------------------------------------------------
release:
name: Make Release
if: ${{ success() }}
if: ${{ !failure() && !cancelled() }}
needs: [tests-python, tests-playwright, tests-playwright-legacy, tests-skip, prepare]
runs-on: ubuntu-latest
env: