Skip eslint annotate on fork PRs (#39861)
This commit is contained in:
commit
683be14ca2
|
@ -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