Skip to content

Commit 34ef540

Browse files
committed
Rebase to retest
2 parents 3949143 + 5fff6c3 commit 34ef540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
targets: //java/... //src/google/protobuf/compiler:protoc_aarch64_test
4545
run-on-presubmit: true
4646

47-
name: Linux ${{ matrix.name }} ${{ !matrix.run-on-presubmit && '(Continuous)' || '' }} ${{ (!matrix.run-on-presubmit && inputs.test-type == 'presubmit') && '[DID NOT RUN]' || '' }}
47+
name: if: ${{ matrix.run-on-presubmit || inputs.test-type == 'continuous' }} Linux ${{ matrix.name }} ${{ !matrix.run-on-presubmit && '(Continuous)' || '' }}
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout pending changes

0 commit comments

Comments
 (0)