Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/governance-enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
LICENSE

- name: Block Tampering
if: steps.integrity_check.outputs.any_changed == 'true'
if: steps.integrity_check.outputs.any_changed == 'true' && github.actor != github.repository_owner
run: |
echo "::error title=Platform Integrity Violated::You modified restricted files (tests/ or .github/). Revert these changes immediately."
exit 1
Expand Down
Loading