zjw1111 opened a new pull request, #180:
URL: https://github.com/apache/paimon-cpp/pull/180

   ### Purpose
   
   Linked issue: N/A
   
   Refine GitHub Actions triggers so version tags are validated through the 
release artifact workflow instead of rerunning the generic build and GCC 8 
workflows. Preserve branch push CI for contributors working from forks, and 
make concurrency cancellation stable for both pull requests and branch pushes.
   
   Also validate documentation changes during pull requests. The documentation 
build uses read-only permissions, while the `gh-pages` deployment is isolated 
in a push-only job with `contents: write` permission.
   
   ### Tests
   
   - `pre-commit run --files .github/workflows/build_and_test.yaml 
.github/workflows/build_docs.yaml .github/workflows/gcc8_test.yaml 
.github/workflows/license_check.yaml .github/workflows/pre-commit.yaml 
.github/workflows/release_candidate.yaml`
   - `git diff --check`
   - Local `actionlint` and `zizmor` checks were not run because those tools 
are not installed.
   
   ### API and Format
   
   No public API, storage format, or protocol changes.
   
   ### Documentation
   
   No user-facing documentation changes are required.
   
   ### Generative AI tooling
   
   Generated-by: Codex (GPT-5)
   


-- 
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]

Reply via email to