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