From a1c7a171f7f7906e787b1d0665eb7b1cd1786d0a Mon Sep 17 00:00:00 2001 From: Alex Urbina Date: Mon, 18 Dec 2023 13:24:14 -0600 Subject: [PATCH] DEVOPS-1683 REFACTOR: notify-start dependencies need setup job --- .github/workflows/deploy-non-prod-web.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-non-prod-web.yml b/.github/workflows/deploy-non-prod-web.yml index 3318c6733a5..e8b79b7b7bf 100644 --- a/.github/workflows/deploy-non-prod-web.yml +++ b/.github/workflows/deploy-non-prod-web.yml @@ -93,7 +93,9 @@ jobs: notify-start: name: Notify Slack with start message - needs: approval + needs: + - approval + - setup runs-on: ubuntu-22.04 if: always() steps: