Browse Source

Make deploy dependent on audit

pull/301/head
baarkerlounger 3 years ago
parent
commit
c34ba65267
  1. 2
      .github/workflows/pipeline.yml

2
.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

Loading…
Cancel
Save