Skip to content

Commit

Permalink
Put [DID NOT RUN] prefix first in test names
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Jun 14, 2024
1 parent 9ab8b45 commit 5fff6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fff6c3

Please sign in to comment.