From a19ce301818fac9f5c45fd51e3ff51f202184249 Mon Sep 17 00:00:00 2001 From: Sergei Meza Date: Fri, 14 Oct 2022 16:48:24 +0900 Subject: [PATCH] configure workflow --- .github/workflows/deploy-alpha.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-alpha.yml b/.github/workflows/deploy-alpha.yml index 8d7282cd..b0474854 100644 --- a/.github/workflows/deploy-alpha.yml +++ b/.github/workflows/deploy-alpha.yml @@ -53,7 +53,7 @@ jobs: --push rollout: - needs: update_config + needs: build_and_publish runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -78,7 +78,7 @@ jobs: -n alpha slackNotification: - needs: build_and_publish + needs: rollout name: Slack Notification runs-on: ubuntu-latest steps: