From c1043fa2337b83108de5773e492fa8a168e63dfd Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Mon, 15 Apr 2024 12:13:29 +0200 Subject: [PATCH] [FLINK-34961] Use dedicated CI name for Opensearch 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 6c2dc05..d3e98a5 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 Opensearch CI on: [push, pull_request] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 937446e..7f5e701 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 Opensearch on: schedule: - cron: "0 0 * * 0"