Skip to content

Commit 17a8e55

Browse files
committed
attempt bazel version in the job title
1 parent b39a19b commit 17a8e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ matrix:
102102

103103
tasks:
104104
bcr_test:
105-
name: BCR example - rules_python
105+
name: BCR example (bazel ${{ bazel }}) - rules_python
106106
platform: ${{ platform }}
107107
working_directory: examples/bzlmod
108108
bazel: ${{ bazel }}
@@ -117,7 +117,7 @@ tasks:
117117
- "//..."
118118

119119
bcr_gazelle_test:
120-
name: BCR example - rules_python_gazelle_plugin
120+
name: BCR example (bazel ${{ bazel }}) - rules_python_gazelle_plugin
121121
platform: ${{ platform }}
122122
bazel: ${{ bazel }}
123123
working_directory: gazelle/examples/bzlmod_build_file_generation

0 commit comments

Comments
 (0)