Browse Source

fix: only run stylechecks for non-forked PRs

Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com>
feat/clarity-onboarding-improvements
Alexander Graebe 4 years ago
parent
commit
074cc4bbd3
  1. 1
      .github/workflows/stylecheck-prs.yml

1
.github/workflows/stylecheck-prs.yml

@ -6,6 +6,7 @@ on:
jobs: jobs:
stylecheck: stylecheck:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

Loading…
Cancel
Save