Skip to content

Commit 5881115

Browse files
committed
Remove interpolation
There is no interpolation, only top-level keys are replaced with a matrix value if it matches `${{ <word> }}`.
1 parent 2eab810 commit 5881115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bazelci/presubmit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matrix:
88

99
tasks:
1010
workspace:
11-
name: "${{ workdir }} - workspace (${{ bazel }})"
11+
name: "workspace ($USE_BAZEL_VERSION)"
1212
bazel: ${{ bazel }}
1313
working_directory: ${{ workdir }}
1414
platform: "ubuntu2004"
@@ -38,7 +38,7 @@ tasks:
3838
- "//tests/..."
3939

4040
bzlmod:
41-
name: "${{ workdir }} - bzlmod (${{ bazel }})"
41+
name: "bzlmod ($USE_BAZEL_VERSION)"
4242
bazel: ${{ bazel }}
4343
working_directory: ${{ workdir }}
4444
platform: "ubuntu2004"

0 commit comments

Comments
 (0)