updated workflows

This commit is contained in:
Marvin Zhang
2022-06-03 18:45:07 +08:00
parent 14ec6b388a
commit 7f94488d00

View File

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