Skip to content

Commit c1043fa

Browse files
committed
[FLINK-34961] Use dedicated CI name for Opensearch connector to differentiate it in infra-reports
1 parent 3ea0f0d commit c1043fa

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/push_pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
# limitations under the License.
1717
################################################################################
1818

19-
name: CI
19+
# We need to specify repo related information here since Apache INFRA doesn't differentiate
20+
# between several workflows with the same names while preparing a report for GHA usage
21+
# https://infra-reports.apache.org/#ghactions
22+
name: Flink Connector Opensearch CI
2023
on: [push, pull_request]
2124
concurrency:
2225
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/weekly.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
# limitations under the License.
1717
################################################################################
1818

19-
name: Nightly
19+
# We need to specify repo related information here since Apache INFRA doesn't differentiate
20+
# between several workflows with the same names while preparing a report for GHA usage
21+
# https://infra-reports.apache.org/#ghactions
22+
name: Weekly Flink Connector Opensearch
2023
on:
2124
schedule:
2225
- cron: "0 0 * * 0"

0 commit comments

Comments
 (0)