updated workflows

This commit is contained in:
Marvin Zhang
2022-06-03 15:46:11 +08:00
parent a58af10ea9
commit 3a1c8a9d10

View File

@@ -117,7 +117,7 @@ jobs:
docker tag image $IMAGE_NAME:$IMAGE_VERSION
docker push $IMAGE_NAME:$IMAGE_VERSION
build:
build-crawlab:
needs: [ setup, build-backend, build-frontend ]
if: needs.setup.outputs.is_matched_backend == '1' || needs.setup.outputs.is_matched_frontend == '1' || needs.setup.outputs.is_matched_dockerfile == '1'
runs-on: ubuntu-latest