From 5fff6c326265bd7e442c89d247513114219275e8 Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Fri, 14 Jun 2024 20:14:28 +0000 Subject: [PATCH] Put [DID NOT RUN] prefix first in test names --- .github/workflows/test_java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_java.yml b/.github/workflows/test_java.yml index a518dc48a138..e8483e6947ef 100644 --- a/.github/workflows/test_java.yml +++ b/.github/workflows/test_java.yml @@ -44,7 +44,7 @@ jobs: targets: //java/... //src/google/protobuf/compiler:protoc_aarch64_test run-on-presubmit: true - name: Linux ${{ matrix.name }} ${{ !matrix.run-on-presubmit && '(Continuous)' || '' }} ${{ (!matrix.run-on-presubmit && inputs.test-type == 'presubmit') && '[DID NOT RUN]' || '' }} + name: if: ${{ matrix.run-on-presubmit || inputs.test-type == 'continuous' }} Linux ${{ matrix.name }} ${{ !matrix.run-on-presubmit && '(Continuous)' || '' }} runs-on: ubuntu-latest steps: - name: Checkout pending changes