diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 84d14b972..7f252fe08 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: build_production_frontend: name: Docker Build Production - Frontend runs-on: ubuntu-latest - needs: [prepare] + #needs: [prepare] [nothing] steps: ########################################################################## # CHECKOUT CODE ##########################################################