Don't autobuild on fork PR

make-only-subtitle-default
HaveAGitGat 2 years ago
parent 6d5955a517
commit 9439b9102c

@ -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))
Loading…
Cancel
Save