This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new db3a3ff3cc7 [HUDI-7438] Fix workflow condition for issue_comment 
events (#10749)
db3a3ff3cc7 is described below

commit db3a3ff3cc78808024c3c472cc73681f033a201a
Author: Y Ethan Guo <[email protected]>
AuthorDate: Sat Feb 24 21:53:56 2024 -0800

    [HUDI-7438] Fix workflow condition for issue_comment events (#10749)
---
 .github/workflows/azure_ci_check.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/azure_ci_check.yml 
b/.github/workflows/azure_ci_check.yml
index 17484a40aa5..1d10a23a520 100644
--- a/.github/workflows/azure_ci_check.yml
+++ b/.github/workflows/azure_ci_check.yml
@@ -30,8 +30,7 @@ jobs:
   check-azure-ci-and-add-commit-status:
     if: |
       github.event.issue.pull_request != null &&
-      github.event.issue.pull_request != '' &&
-      github.event.issue_comment.user.login == 'hudi-bot'
+      github.event.comment.user.login == 'hudi-bot'
     runs-on: ubuntu-latest
     steps:
       - name: Checkout repository

Reply via email to