You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/04/16 08:57:14 UTC

[GitHub] [incubator-inlong] dockerzhang commented on a diff in pull request #3748: [INLONG-3744][CI] Fix trigger condition when pushing Docker image

dockerzhang commented on code in PR #3748:
URL: https://github.com/apache/incubator-inlong/pull/3748#discussion_r851605243


##########
.github/workflows/ci_docker.yml:
##########
@@ -85,8 +85,22 @@ jobs:
         env:
           CI: false
 
+      # If the changes are being pushed to the master branch or a branch like 'release-1.0.0', this step will output true.
+      - name: Match branch

Review Comment:
   ```suggestion
         - name: Match Branch
   ```



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org