Skip to content

Commit

Permalink
re-enable dry run check
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Nov 19, 2024
1 parent 02606b2 commit 5910dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_caller_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5910dcd

Please sign in to comment.