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-connector-rabbitmq.git


The following commit(s) were added to refs/heads/main by this push:
     new b62e491  [FLINK-34961] Use dedicated CI name for Rabbit MQ connector 
to differentiate it in infra-reports
b62e491 is described below

commit b62e491ab4f3a129be64d82d2ec4f6bdb2e77642
Author: Sergey Nuyanzin <snuyan...@gmail.com>
AuthorDate: Sat Apr 13 19:56:30 2024 +0200

    [FLINK-34961] Use dedicated CI name for Rabbit MQ connector to 
differentiate it in infra-reports
---
 .github/workflows/push_pr.yml | 5 ++++-
 .github/workflows/weekly.yml  | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 6404e34..f4289dc 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -16,7 +16,10 @@
 # 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 Connector RabbitMQ CI
 on: [push, pull_request]
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index f7396ed..4e8372b 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -16,7 +16,10 @@
 # limitations under the License.
 
################################################################################
 
-name: Nightly
+# 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: Weekly Flink Connector RabbitMQ
 on:
   schedule:
     - cron: "0 0 * * 0"

Reply via email to