This is an automated email from the ASF dual-hosted git repository.
nealsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 3b1e5cea7 Paths-ignore for PR_CI Github workflow config
3b1e5cea7 is described below
commit 3b1e5cea7e8e33697c4073dc2fad345eb72c33e3
Author: Micah Stubbs <[email protected]>
AuthorDate: Tue Sep 20 17:40:52 2022 -0700
Paths-ignore for PR_CI Github workflow config
Configure the PR_CI job to ignore files that do not affect Maven tests
---
.github/workflows/Helix-PR-CI.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/Helix-PR-CI.yml
b/.github/workflows/Helix-PR-CI.yml
index b2d31df9e..7ad3c89fe 100644
--- a/.github/workflows/Helix-PR-CI.yml
+++ b/.github/workflows/Helix-PR-CI.yml
@@ -2,6 +2,10 @@ name: Helix PR CI
on:
pull_request:
branches: [ master ]
+ paths-ignore:
+ - '.github/**'
+ - 'helix-front/**'
+ - '**/*.md'
jobs:
PR_CI: