From 6d6dac5678956c6172831dd54dbda063f452380c Mon Sep 17 00:00:00 2001 From: Joyce Date: Fri, 2 Jun 2023 16:08:54 -0300 Subject: [PATCH] allow to test test_runner.yml Signed-off-by: Joyce --- .github/workflows/test_runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' &&