Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build-rtc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
add: '["livekit-rtc/"]'
default_author: github_actions
message: generated protobuf
# Skip the default `git fetch --tags --force`: on this repo it pulls
# 100+ refs at once and the action aborts before committing. Committing
# generated stubs onto the PR head branch doesn't need a full fetch.
fetch: false

build_wheels:
name: Build RTC wheels (${{ matrix.archs }})
Expand Down
Loading
Loading