Skip to content

Commit a0685b1

Browse files
committed
ok.lets.use.this.param.because.why.not
1 parent efd4297 commit a0685b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cmake_command: |
4545
cmake -Bbuild -S. -DCMAKE_EXPORT_COMPILE_COMMANDS=on -DGLFW_BUILD_WAYLAND=off
4646
clang_tidy_checks: '' # Use closest .clang-tidy config, not some weird default
47-
split_workflow: ${{ github.event.repository.public }} # So that comments work with fork PRs
47+
split_workflow: ${{ github.event.pull_request.head.repo.fork }} # So that comments work with fork PRs
4848

4949
# Upload review results as artifacts, a different workflow posts them
5050
# as comments. This is required due to security stuff.

0 commit comments

Comments
 (0)