Skip to content

Commit 70713d6

Browse files
committed
Do not generate SBOM in scheduled run on fork
1 parent f693a3a commit 70713d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ jobs:
276276
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
277277

278278
sbom:
279+
if: github.event_name != 'schedule' || github.event.repository.fork == false
279280
runs-on: ubuntu-latest
280281
name: Generate SBOM
281282
steps:

0 commit comments

Comments
 (0)