From b2e446644646cec71d0bdeb52c70eec19692cd94 Mon Sep 17 00:00:00 2001 From: alex289 Date: Thu, 16 Nov 2023 22:25:16 +0100 Subject: [PATCH] fix(cd): Require the renamed job --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4f6d3ef..52a024c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -45,7 +45,7 @@ jobs: cd: runs-on: ubuntu-latest - needs: build + needs: ci if: github.ref == 'refs/heads/main' steps: - name: Set up QEMU