We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4952911 commit b952567Copy full SHA for b952567
.github/workflows/checks.yml
@@ -11,6 +11,7 @@ jobs:
11
url_to_json: 'https://raw.githubusercontent.com/DSACMS/repo-scaffolder/main/tier3/%7B%7Bcookiecutter.project_slug%7D%7D/repolinter.json'
12
13
repolinter-checks:
14
+ if: github.event.pull_request.head.repo.full_name == github.repository
15
name: Tier 3 Checks
16
needs: resolve-repolinter-json
17
runs-on: ubuntu-latest
0 commit comments