From f1e44ffa6326f7a7c7b64f872e74702f942eef1f Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Sun, 17 Jan 2021 00:40:31 +0100 Subject: [PATCH] Fix job --- .github/workflows/deploy-vercel-storybook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-vercel-storybook.yml b/.github/workflows/deploy-vercel-storybook.yml index 914f1b16c..9217af972 100644 --- a/.github/workflows/deploy-vercel-storybook.yml +++ b/.github/workflows/deploy-vercel-storybook.yml @@ -151,7 +151,7 @@ jobs: await-for-vercel-deployment: name: Await current deployment to be ready (Ubuntu 18.04) runs-on: ubuntu-18.04 - needs: start-staging-deployment + needs: start-deployment steps: - uses: actions/checkout@v1 # Get last commit pushed - See https://github.com/actions/checkout