hlteoh37 commented on code in PR #100:
URL: 
https://github.com/apache/flink-connector-aws/pull/100#discussion_r1342482159


##########
.github/workflows/common.yml:
##########
@@ -120,7 +115,7 @@ jobs:
           mvn clean
 
       - name: Run AWS e2e tests
-        if: ${{ inputs.run_aws_end_to_end_test }}
+        if: ${{ github.ref == 'refs/heads/main' }}

Review Comment:
   I thought about this, but I think the label is has the committer name in it. 
i.e. `hlteoh37:main`.
   
   Let me check :D 



-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to