tuhaihe commented on code in PR #1408:
URL: https://github.com/apache/cloudberry/pull/1408#discussion_r2447143438
##########
.github/workflows/docker-cbdb-test-containers.yml:
##########
@@ -50,6 +50,9 @@ on:
- 'devops/deploy/docker/test/rocky8/**'
- 'devops/deploy/docker/test/rocky9/**'
- 'devops/deploy/docker/test/ubuntu22.04/**'
+ pull_request:
+ paths:
+ - 'devops/deploy/docker/test/**'
Review Comment:
Hi @leborchuk This is used to trigger the Docker image build and test
process but will not upload the Docker image. Therefore, it will not affect the
official image until the PR is merged into the main branch.
You can see lines 110 and 141, which are used to block the causal PRs on the
Dockerfiles.
--
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]