From 323d5e1f99e67431ddf643108f5504184819ba9f Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Thu, 14 Jul 2022 08:33:55 -0400 Subject: [PATCH] [#381] Fix workflow dependency for malware scan --- .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 f896d57a..0a73ce8b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -118,7 +118,7 @@ jobs: # Rather than being preventative, this is primarily an "early warning system" to verify that our # binaries aren't being misclassified as malware. antivirus: - needs: [build] + needs: [build_and_deploy] runs-on: ubuntu-latest permissions: contents: read