From 284152edb1e790c62a48477a88698509b6320414 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:55:45 +0000 Subject: [PATCH 1/2] Initial plan From 7b2efefe5c23bae6d104a9712a5303d1acf9da6e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:59:00 +0000 Subject: [PATCH 2/2] fix: skip generate_protobuf job for fork PRs to prevent checkout failure --- .github/workflows/build-protocol.yml | 2 +- .github/workflows/build-rtc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-protocol.yml b/.github/workflows/build-protocol.yml index 4b6db67a..46d032d8 100644 --- a/.github/workflows/build-protocol.yml +++ b/.github/workflows/build-protocol.yml @@ -22,7 +22,7 @@ jobs: generate_protobuf: runs-on: ubuntu-latest name: Generating protobuf - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false defaults: run: diff --git a/.github/workflows/build-rtc.yml b/.github/workflows/build-rtc.yml index 0595a993..505a4872 100644 --- a/.github/workflows/build-rtc.yml +++ b/.github/workflows/build-rtc.yml @@ -22,7 +22,7 @@ jobs: generate_protobuf: runs-on: ubuntu-latest name: Generating protobuf - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false defaults: run: