diff --git a/.github/workflows/push_caller_workflow.yml b/.github/workflows/push_caller_workflow.yml index c63bda5..5b4d2d1 100644 --- a/.github/workflows/push_caller_workflow.yml +++ b/.github/workflows/push_caller_workflow.yml @@ -108,7 +108,7 @@ jobs: fi - name: Push changes - if: steps.check_changes.outputs.push_required == 'true' + if: !inputs.dry_run && steps.check_changes.outputs.push_required == 'true' run: | echo "::error::This should not run"