We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f693a3a + 70713d6 commit 7be56ccCopy full SHA for 7be56cc
1 file changed
.github/workflows/wheels.yml
@@ -276,6 +276,7 @@ jobs:
276
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
277
278
sbom:
279
+ if: github.event_name != 'schedule' || github.event.repository.fork == false
280
runs-on: ubuntu-latest
281
name: Generate SBOM
282
steps:
0 commit comments