ci: fix skip tests build workflow (take 2)
This commit is contained in:
parent
02f3606c00
commit
b767733f89
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue