updated workflows

This commit is contained in:
Marvin Zhang
2022-06-03 18:45:07 +08:00
parent da44b52b76
commit a98e2a7085

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: