Skip to content

Commit 6a33321

Browse files
committed
ci: clang-tidy: run on PRs from forks
1 parent 3c8e842 commit 6a33321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clang-tidy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
ref: ${{ github.event.pull_request.head.ref }}
4242
fetch-depth: 0
43+
repository: ${{ github.event.pull_request.head.repo.full_name }}
4344

4445
- name: Install clang
4546
run: |

0 commit comments

Comments
 (0)