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