yihua commented on code in PR #10731:
URL: https://github.com/apache/hudi/pull/10731#discussion_r1500189855


##########
.github/workflows/azure_ci_check.yml:
##########
@@ -0,0 +1,72 @@
+name: Azure CI
+
+on:
+  pull_request:
+    types: [ opened, reopened, synchronize, edited ]
+  issue_comment:
+    types: [ created, edited, deleted ]
+
+jobs:
+  check-azure-ci-report:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout code

Review Comment:
   Kind of, it only checks out the commits of the PR and takes 2 seconds.  And 
actually, this is not needed (I followed the examples which have this step) for 
checking comments.  So I removed it.



-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to