From d68e6de681895a217239705161be108b5eccf4b5 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 13 Mar 2021 17:04:34 +0100 Subject: [PATCH] no dependency for the first task in publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##########################################################