This is an automated email from the ASF dual-hosted git repository.
loogn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geaflow.git
The following commit(s) were added to refs/heads/master by this push:
new 0887a11d infra: add GHA condition (#649)
0887a11d is described below
commit 0887a11dfd57ad76267adc98dbe3f4399561463f
Author: shown <[email protected]>
AuthorDate: Tue Nov 11 15:04:20 2025 +0800
infra: add GHA condition (#649)
Signed-off-by: yuluo-yx <[email protected]>
---
.github/workflows/ci-jdk11.yml | 20 ++++++++++++++++++++
.github/workflows/ci.yml | 20 ++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/.github/workflows/ci-jdk11.yml b/.github/workflows/ci-jdk11.yml
index ef18446f..e5878aaa 100644
--- a/.github/workflows/ci-jdk11.yml
+++ b/.github/workflows/ci-jdk11.yml
@@ -22,8 +22,28 @@ name: Java CI with Maven On JDK 11
on:
push:
branches: [ "master" ]
+ paths-ignore:
+ - '.github/**'
+ - 'docs/**'
+ - '**.md'
+ - 'LICENSE'
+ - 'CODE_OF_CONDUCT.md'
+ - 'GOVERNANCE.md'
+ - 'SECURITY.md'
+ - 'LEGAL.md'
pull_request:
branches: [ "master" ]
+ paths-ignore:
+ - '.github/**'
+ - 'docs/**'
+ - '**.md'
+ - 'LICENSE'
+ - 'CODE_OF_CONDUCT.md'
+ - 'GOVERNANCE.md'
+ - 'SECURITY.md'
+ - 'LEGAL.md'
+ # Allow manual triggering of the workflow
+ workflow_dispatch:
env:
JAVA_TOOL_OPTIONS: -Xmx4g
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2567476e..0ef466df 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,8 +21,28 @@ name: Java CI with Maven On JDK 8
on:
push:
branches: [ "master" ]
+ paths-ignore:
+ - '.github/**'
+ - 'docs/**'
+ - '**.md'
+ - 'LICENSE'
+ - 'CODE_OF_CONDUCT.md'
+ - 'GOVERNANCE.md'
+ - 'SECURITY.md'
+ - 'LEGAL.md'
pull_request:
branches: [ "master" ]
+ paths-ignore:
+ - '.github/**'
+ - 'docs/**'
+ - '**.md'
+ - 'LICENSE'
+ - 'CODE_OF_CONDUCT.md'
+ - 'GOVERNANCE.md'
+ - 'SECURITY.md'
+ - 'LEGAL.md'
+ # Allow manual triggering of the workflow
+ workflow_dispatch:
env:
JAVA_TOOL_OPTIONS: -Xmx4g
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]