Update build_push.yml
This commit is contained in:
parent
cc963b11ec
commit
1a710716bc
1 changed files with 1 additions and 7 deletions
6
.github/workflows/build_push.yml
vendored
6
.github/workflows/build_push.yml
vendored
|
@ -48,12 +48,6 @@ jobs:
|
|||
git_user_signingkey: true
|
||||
git_commit_gpgsign: true
|
||||
|
||||
# This step is going to commit, but this will not trigger another workflow.
|
||||
- name: Bump extensions that uses a modified lib
|
||||
if: steps.modified-libs.outputs.any_changed == 'true'
|
||||
run: |
|
||||
./.github/scripts/bump-versions.py ${{ steps.modified-libs.outputs.all_changed_files }}
|
||||
|
||||
# This step is going to commit, but this will not trigger another workflow.
|
||||
- name: Bump extensions that uses a modified lib
|
||||
if: steps.modified-libs.outputs.any_changed == 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue