gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)

This commit is contained in:
Seth Michael Larson
2024-02-22 07:42:26 -06:00
committed by GitHub
parent 96c1737591
commit c6a47de709
2 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ jobs:
- name: Build CPython
run: |
make -j4 regen-all
make regen-stdlib-module-names
make regen-stdlib-module-names regen-sbom
- name: Check for changes
run: |
git add -u