This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 8125456d [FLINK-34961] Use dedicated CI name for Kubernetes Operator
to differentiate it in infra-reports
8125456d is described below
commit 8125456d0bfac2ab7005c0bd23e9a4e3a2ed82ec
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Apr 13 20:19:47 2024 +0200
[FLINK-34961] Use dedicated CI name for Kubernetes Operator to
differentiate it in infra-reports
---
.github/workflows/ci.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ebe702b7..a8e0af08 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,11 @@
# limitations under the License.
################################################################################
-name: CI
+
+# We need to specify repo related information here since Apache INFRA doesn't
differentiate
+# between several workflows with the same names while preparing a report for
GHA usage
+# https://infra-reports.apache.org/#ghactions
+name: Flink Kubernetes Operator CI
on:
push:
pull_request: