Skip eslint annotate on fork PRs.
This commit is contained in:
parent
f497e18141
commit
1fa3a880f3
|
@ -48,7 +48,7 @@ jobs:
|
|||
|
||||
- name: Annotate Code Linting Results
|
||||
uses: ataylorme/eslint-annotate-action@a1bf7cb320a18aa53cb848a267ce9b7417221526
|
||||
|
||||
if: github.event.pull_request.head.repo.fork != true
|
||||
with:
|
||||
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
report-json: 'combined_eslint_report.json'
|
||||
|
|
Loading…
Reference in New Issue