From a8a99df00a6800e2b8d0e453bbc07a9c0eaadeb2 Mon Sep 17 00:00:00 2001 From: "Kassen, Andrew" Date: Tue, 11 Mar 2025 14:13:34 -0700 Subject: [PATCH] ci: clang-tidy: run on PRs from forks --- .github/workflows/clang-tidy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 884e2b3c159..86b00af27b8 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -40,6 +40,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Install clang run: |