mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Don't autobuild on fork PR
This commit is contained in:
parent
6d5955a517
commit
9439b9102c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/lint_and_test.yml
vendored
4
.github/workflows/lint_and_test.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue