[#381] Fix workflow dependency for malware scan

This commit is contained in:
Carter Jernigan 2022-07-14 08:33:55 -04:00 committed by Carter Jernigan
parent cd1a68d03f
commit 323d5e1f99
1 changed files with 1 additions and 1 deletions

View File

@ -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