Skip to content

Commit 744b4da

Browse files
committed
Corrected exit code
1 parent 0fdb9f4 commit 744b4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/block-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
- name: Fail job if changes detected
6868
if: steps.check_module_changes.outputs.CHANGES_DETECTED == 'true' && steps.check_exemption.outputs.EXEMPTION == 'false'
6969
run: |
70-
exit 0
70+
exit 1

0 commit comments

Comments
 (0)