Skip to content

Commit 8125456

Browse files
authored
[FLINK-34961] Use dedicated CI name for Kubernetes Operator to differentiate it in infra-reports
1 parent 1142644 commit 8125456

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

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

19-
name: CI
19+
20+
# We need to specify repo related information here since Apache INFRA doesn't differentiate
21+
# between several workflows with the same names while preparing a report for GHA usage
22+
# https://infra-reports.apache.org/#ghactions
23+
name: Flink Kubernetes Operator CI
2024
on:
2125
push:
2226
pull_request:

0 commit comments

Comments
 (0)