diff --git a/.github/workflows/test_runner.yml b/.github/workflows/test_runner.yml index 8b9004466e..b830444147 100644 --- a/.github/workflows/test_runner.yml +++ b/.github/workflows/test_runner.yml @@ -63,7 +63,7 @@ jobs: if: | (github.event_name != 'pull_request' && github.event_name != 'pull_request_target' && - github.event.repository.full_name == 'protocolbuffers/protobuf') || + github.event.repository.full_name == 'joycebrum/protobuf') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'protocolbuffers/protobuf') || (github.event_name == 'pull_request_target' &&