Do not generate SBOM in scheduled run on fork
This commit is contained in:
parent
f693a3a0e5
commit
70713d69b0
1
.github/workflows/wheels.yml
vendored
1
.github/workflows/wheels.yml
vendored
@ -276,6 +276,7 @@ jobs:
|
||||
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
|
||||
|
||||
sbom:
|
||||
if: github.event_name != 'schedule' || github.event.repository.fork == false
|
||||
runs-on: ubuntu-latest
|
||||
name: Generate SBOM
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user