Do not generate SBOM in scheduled run on fork

This commit is contained in:
Andrew Murray 2026-05-07 23:53:24 +10:00
parent f693a3a0e5
commit 70713d69b0

View File

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