Skip to content

Commit 2a55c40

Browse files
authored
[FLINK-34961] Use dedicated CI name for HBase connector to differentiate it in infra-reports
1 parent 07cd4fe commit 2a55c40

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/push_pr.yml

+4-1
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 HBase CI
2023
on: [push, pull_request]
2124
concurrency:
2225
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/weekly.yml

+4-1
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 HBase
2023
on:
2124
schedule:
2225
- cron: "0 0 * * 0"

0 commit comments

Comments
 (0)