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