This is an automated email from the ASF dual-hosted git repository. yihua pushed a commit to branch release-0.14.1-spark35-scala213 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit e4a810957ca0cf20f7083e02f476bed458c3a789 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
