GOODBOY008 opened a new pull request, #711:
URL: https://github.com/apache/fesod/pull/711

   ## Description
   
   This PR updates the CI workflow to ignore specific file paths for 
`pull_request` and `push` events. This prevents the CI pipeline from running 
unnecessarily when changes are limited to documentation or other non-code files.
   
   ## Motivation
   
   Currently, CI runs for all changes, including documentation updates. For 
example, in https://github.com/apache/fesod/pull/710, the CI was triggered for 
purely documentation changes. This PR adds `paths-ignore` to exclude files like 
`website/**`, `**.md`, `LICENSE`, and `NOTICE` to save resources and speed up 
the development process.
   
   ## Key Changes
   
   - Modified `.github/workflows/ci.yml` to add `paths-ignore` configuration 
for `pull_request` and `push` events.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to