We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd4297 commit a0685b1Copy full SHA for a0685b1
.github/workflows/lint.yaml
@@ -44,7 +44,7 @@ jobs:
44
cmake_command: |
45
cmake -Bbuild -S. -DCMAKE_EXPORT_COMPILE_COMMANDS=on -DGLFW_BUILD_WAYLAND=off
46
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
+ split_workflow: ${{ github.event.pull_request.head.repo.fork }} # So that comments work with fork PRs
48
49
# Upload review results as artifacts, a different workflow posts them
50
# as comments. This is required due to security stuff.
0 commit comments