From c34ba65267d49f693d100e038628b0fa6e838df5 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Sat, 12 Feb 2022 11:50:35 +0000 Subject: [PATCH] Make deploy dependent on audit --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f35df86cc..7a0119ac2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -114,7 +114,7 @@ jobs: runs-on: ubuntu-latest environment: 'staging' if: github.ref == 'refs/heads/main' - needs: [lint, test] + needs: [lint, test, audit] steps: - name: Checkout code