updated workflows

This commit is contained in:
Marvin Zhang
2022-06-03 19:34:31 +08:00
parent 39b266d21e
commit 695f5a8b39

View File

@@ -118,7 +118,7 @@ jobs:
docker push $IMAGE_NAME:$IMAGE_VERSION
build-crawlab:
if: ${{ success() }}
if: ${{ always() }}
needs: [ setup, build-backend, build-frontend ]
runs-on: ubuntu-latest
steps: