Add a "(fork)" suffix to the version of "All blocking tests" that is run on a fork. This will help us distinguish between the two different test cases that run, so we don't block on the fork version for CLs.

PiperOrigin-RevId: 663002185
pull/17814/head
Deanna Garcia 7 months ago committed by Copybara-Service
parent e535b00dde
commit c4942ceefb
  1. 2
      .github/workflows/test_runner.yml

@ -255,7 +255,7 @@ jobs:
# This test depends on all blocking tests and indicates whether they all suceeded.
all-blocking-tests:
name: All Blocking Tests
name: All Blocking Tests${{ github.event_name == 'pull_request_target' && ' (fork)' || ''}}
needs: [set-vars, validate-yaml, bazel, cpp, java, python, ruby, php, php-ext, csharp, objectivec, rust, upb, staleness]
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save