Skip to content

Commit d3405d8

Browse files
committed
fix (build): Work around bazel-contrib/setup-bazel GitHub Action name finickyness
Due to bazel-contrib/setup-bazel#72.
1 parent fd150c5 commit d3405d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616

1717
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
1818

19-
name: Build, Test & Deploy (CI)
19+
# Do NOT use special character in this "name", because of
20+
# https://github.com/bazel-contrib/setup-bazel/issues/72.
21+
name: Build Test Deploy CI
2022

2123
on:
2224
push:

0 commit comments

Comments
 (0)