Skip to content

Commit 3e1c2d0

Browse files
jpnurmivaind
andauthored
Update updater/action.yml
Co-authored-by: Ivan Dlugos <6349682+vaind@users.noreply.github.com>
1 parent faff1df commit 3e1c2d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

updater/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ runs:
464464
labels: dependencies
465465

466466
- name: Trigger PR workflows
467-
if: ${{ ( steps.create-pr.outputs.pull-request-operation == 'created' ) && ( steps.update.outputs.pull-request-head-sha == '' || steps.update.outputs.pull-request-head-sha == steps.create-pr.outputs.pull-request-head-sha ) }}
467+
if: ${{ (inputs.changelog-entry != 'true') && ( steps.create-pr.outputs.pull-request-operation == 'created' ) && ( steps.update.outputs.pull-request-head-sha == '' || steps.update.outputs.pull-request-head-sha == steps.create-pr.outputs.pull-request-head-sha ) }}
468468
shell: bash
469469
working-directory: caller-repo
470470
env:

0 commit comments

Comments
 (0)