We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3949143 + 5fff6c3 commit 34ef540Copy full SHA for 34ef540
.github/workflows/test_java.yml
@@ -44,7 +44,7 @@ jobs:
44
targets: //java/... //src/google/protobuf/compiler:protoc_aarch64_test
45
run-on-presubmit: true
46
47
- 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)' || '' }}
48
runs-on: ubuntu-latest
49
steps:
50
- name: Checkout pending changes
0 commit comments