Don't autobuild on fork PR

This commit is contained in:
HaveAGitGat 2024-05-08 05:32:16 +01:00
parent 6d5955a517
commit 9439b9102c

View file

@ -64,4 +64,6 @@ jobs:
with:
commit_message: Apply auto-build changes
- run: (git diff --quiet HEAD -- 2>/dev/null && echo "No uncommitted changes" || (echo "Error: Uncommitted changes found." && exit 1))
- run: |
(git diff --quiet HEAD -- 2>/dev/null && echo "No uncommitted changes" \
|| (echo "Error - Uncommitted changes found." && git --no-pager diff HEAD && exit 1))