From 24f97e3dea13d98dbbcc809d58463d936739378a Mon Sep 17 00:00:00 2001 From: Marco Szulik Date: Thu, 6 Jun 2024 15:09:06 +0200 Subject: [PATCH] wait for .env artifact to be uploaded before continuing with pullpreview workflow --- .github/workflows/pullpreview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pullpreview.yml b/.github/workflows/pullpreview.yml index e3d0769..fe73c1f 100644 --- a/.github/workflows/pullpreview.yml +++ b/.github/workflows/pullpreview.yml @@ -29,6 +29,7 @@ jobs: .env.amigor deploy-staging-environment: + needs: prepare-amigor-env permissions: contents: read # to fetch code (actions/checkout) deployments: write # to delete deployments