allow to test test_runner.yml

Signed-off-by: Joyce <joycebrum@google.com>
pull/12971/head
Joyce 2 years ago committed by GitHub
parent 8d2613439f
commit 6d6dac5678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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' &&

Loading…
Cancel
Save