We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284152e commit 7b2efefCopy full SHA for 7b2efef
2 files changed
.github/workflows/build-protocol.yml
@@ -22,7 +22,7 @@ jobs:
22
generate_protobuf:
23
runs-on: ubuntu-latest
24
name: Generating protobuf
25
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
26
27
defaults:
28
run:
.github/workflows/build-rtc.yml
0 commit comments