Made requirement optional

This commit is contained in:
Viswamedha Nalabotu 2026-02-27 15:11:18 +00:00
parent cfc2493df1
commit cf3880cbd9

View file

@ -55,4 +55,5 @@ build_and_push:
- echo "Pushing Celery image ${CELERY_IMAGE_NAME}" - echo "Pushing Celery image ${CELERY_IMAGE_NAME}"
- docker push "$CELERY_IMAGE_NAME" - docker push "$CELERY_IMAGE_NAME"
needs: needs:
- run_tests - job: run_tests
optional: true