From fa2e7211ebe0c1ddea0a49ad7689c36d7cc8bf34 Mon Sep 17 00:00:00 2001 From: "Ali(Ako) Hosseini" Date: Wed, 17 Jan 2024 14:04:36 +0800 Subject: [PATCH] Ako/ wait for prev job to complete then download the artifacts (#6678) * ci: wait for prev job to complete then download the artifacts * ci: add the artifact name * ci: change retention days to 5 --- .github/workflows/production.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 0ad1b9e61ab..7f87b3131ec 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -79,6 +79,7 @@ jobs: with: name: production path: public + retention-days: 5 - name: Slack Notification 📣 uses: 8398a7/action-slack@v3 with: @@ -99,6 +100,7 @@ jobs: build_and_publish_to_docker_k8s: runs-on: Runner_16cores environment: production + needs: [release-production] steps: - name: Checkout 🛎️ uses: actions/checkout@v2.3.1