From 36dbe128760b5a38e9a65899e3b13a265fe17c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Tr=C3=B8strup?= Date: Thu, 5 Oct 2023 18:42:24 +0200 Subject: [PATCH] Fix typo in workflow (#14) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4597e0c..d4ece2e 100755 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: secrets: inherit deploy: - needs: [build_all] + needs: [build-all] name: Azure Deployment runs-on: ubuntu-22.04 environment: