Skip to content

Commit

Permalink
Remove interpolation
Browse files Browse the repository at this point in the history
There is no interpolation, only top-level keys are replaced with a matrix value if it matches `${{ <word> }}`.
  • Loading branch information
avdv committed Nov 28, 2024
1 parent 2eab810 commit 5881115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ matrix:

tasks:
workspace:
name: "${{ workdir }} - workspace (${{ bazel }})"
name: "workspace ($USE_BAZEL_VERSION)"
bazel: ${{ bazel }}
working_directory: ${{ workdir }}
platform: "ubuntu2004"
Expand Down Expand Up @@ -38,7 +38,7 @@ tasks:
- "//tests/..."

bzlmod:
name: "${{ workdir }} - bzlmod (${{ bazel }})"
name: "bzlmod ($USE_BAZEL_VERSION)"
bazel: ${{ bazel }}
working_directory: ${{ workdir }}
platform: "ubuntu2004"
Expand Down

0 comments on commit 5881115

Please sign in to comment.