mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 18:45:53 -07:00
Don't auto build on fork PR
This commit is contained in:
parent
0d3f2454df
commit
6d5955a517
1 changed files with 4 additions and 1 deletions
5
.github/workflows/lint_and_test.yml
vendored
5
.github/workflows/lint_and_test.yml
vendored
|
|
@ -60,5 +60,8 @@ jobs:
|
||||||
- run: npm i && npm i -g typescript && rm -rdf ./FlowPlugins && tsc -v && tsc
|
- run: npm i && npm i -g typescript && rm -rdf ./FlowPlugins && tsc -v && tsc
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
|
if: ${{ github.event.pull_request.head.repo.full_name == 'org/repo' }}
|
||||||
with:
|
with:
|
||||||
commit_message: Apply auto-build changes
|
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))
|
||||||
Loading…
Add table
Add a link
Reference in a new issue