diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index e8a805d..cf8140a 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -12,6 +12,7 @@ jobs: build: name: Build Frontend Artifact runs-on: ubuntu-latest + needs: audit steps: - uses: actions/checkout@v4