We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdb9f4 commit 744b4daCopy full SHA for 744b4da
.github/workflows/block-changes.yml
@@ -67,4 +67,4 @@ jobs:
67
- name: Fail job if changes detected
68
if: steps.check_module_changes.outputs.CHANGES_DETECTED == 'true' && steps.check_exemption.outputs.EXEMPTION == 'false'
69
run: |
70
- exit 0
+ exit 1
0 commit comments