We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ff299 commit c977e81Copy full SHA for c977e81
1 file changed
.github/workflows/builds.yml
@@ -575,6 +575,7 @@ jobs:
575
build-release/compile_commands.json
576
build-release/generated/
577
build-release/_deps/*-src/
578
+ include/livekit/build.h
579
retention-days: 1
580
581
clang-tidy:
@@ -629,7 +630,7 @@ jobs:
629
630
files-changed-only: false
631
lines-changed-only: false
632
extensions: 'c,cpp,cc,cxx'
- ignore: 'build-*|cpp-example-collection|client-sdk-rust|vcpkg_installed'
633
+ ignore: 'build-*|cpp-example-collection|client-sdk-rust|vcpkg_installed|bridge/tests/integration'
634
file-annotations: true
635
thread-comments: update
636
step-summary: true
0 commit comments