mirror of
https://github.com/python/cpython
synced 2026-09-27 00:38:16 +03:00
gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)
This commit is contained in:
parent
96c1737591
commit
c6a47de709
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue