This is an automated email from the ASF dual-hosted git repository.
maruilei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 90f94e8e [AURON #1445] Add license check for flink module (#1446)
90f94e8e is described below
commit 90f94e8e8404735e1f2fa79fda5c6c7c2fb88c58
Author: zhangmang <[email protected]>
AuthorDate: Tue Oct 14 15:58:11 2025 +0800
[AURON #1445] Add license check for flink module (#1446)
---
.github/workflows/license.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 465cf096..6992892c 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -50,7 +50,8 @@ jobs:
-Pscala-2.12 -Pspark-3.5 \
-Pceleborn,celeborn-0.6 \
-Puniffle,uniffle-0.10 \
- -Ppaimon,paimon-1.2
+ -Ppaimon,paimon-1.2 \
+ -Pflink,flink-1.18
- name: Upload rat report
if: failure()
uses: actions/upload-artifact@v4