mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 16:31:13 +01:00
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:
6
.github/workflows/actions.yml
vendored
6
.github/workflows/actions.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user