We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd150c5 commit ccd53d4Copy full SHA for ccd53d4
.github/workflows/ci.yaml
@@ -16,7 +16,9 @@
16
17
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
18
19
-name: Build, Test & Deploy (CI)
+# 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
22
23
on:
24
push:
0 commit comments