ci: run clang-tidy-libtransmission for app/test-only changes (#8612)

* ci: run `clang-tidy-libtransmission` for app/test-only changes

* fix: fix another new clang-tidy regression

---------

Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
Yat Ho
2026-02-25 13:49:55 +08:00
committed by GitHub
parent 144871ed5e
commit 6a6b0dbcc5
2 changed files with 6 additions and 2 deletions

View File

@@ -238,7 +238,11 @@ jobs:
clang-tidy-libtransmission:
runs-on: ubuntu-24.04
needs: what-to-make
if: needs.what-to-make.outputs.make-core == 'true'
if: |
needs.what-to-make.outputs.make-core == 'true' ||
needs.what-to-make.outputs.make-gtk == 'true' ||
needs.what-to-make.outputs.make-qt == 'true' ||
needs.what-to-make.outputs.make-tests == 'true'
steps:
- name: Show Configuration
run: |