From 85d2f28108bf3f60e696c4755fb2e9cc1ec88db4 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Mon, 6 May 2024 09:35:44 -0400 Subject: [PATCH] Fix job dependency --- .github/workflows/powershell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/powershell.yml b/.github/workflows/powershell.yml index 65cb738..f09eeea 100644 --- a/.github/workflows/powershell.yml +++ b/.github/workflows/powershell.yml @@ -135,7 +135,7 @@ jobs: contents: read # for actions/checkout to fetch code actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status name: Publish - #needs: [test7, test5] + needs: [build] runs-on: ubuntu-latest container: image: mcr.microsoft.com/dotnet/sdk:8.0