We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1142644 commit 8125456Copy full SHA for 8125456
.github/workflows/ci.yml
@@ -16,7 +16,11 @@
16
# limitations under the License.
17
################################################################################
18
19
-name: CI
+
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
24
on:
25
push:
26
pull_request:
0 commit comments