diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fea3bb..9402ffc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,7 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 - - scan: - needs: lint-and-test - if: github.event_name == 'pull_request' - uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1 - + release-sbom: needs: lint-and-test if: github.event_name == 'push'