Skip to content

Commit b039cc0

Browse files
authored
Make Bazel version explicit in CI job names (#565)
Signed-off-by: Steffen Smolka <[email protected]>
1 parent d46d446 commit b039cc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-build-proto.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
# Don't abort other runs when one of them fails, to ease debugging.
2626
fail-fast: false
2727

28+
# The default name would be "build (ubuntu-<version>, <version>)".
29+
# We use a custom name to make it clearer that the second version refers to Bazel.
30+
name: ${{ matrix.os }}, bazel-${{ matrix.bazel_version }}
31+
2832
runs-on: ${{ matrix.os }}
2933

3034
env:

0 commit comments

Comments
 (0)