From a25cd33cae6b0edd9c1e0666be02ffe176e99f4e Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Thu, 16 Jan 2025 15:29:24 +0800 Subject: [PATCH] ci(check-mail): update ignore mail (#581) --- .github/workflows/test-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index a7c8b827..b406ef2e 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -11,7 +11,7 @@ jobs: - name: check_github_primary_email run: | log_emails=$(git log --pretty=format:"%ae %ce" -1) - if [[ ${log_emails} =~ 'tdesign-bot@tencent.com' ]];then + if [[ ${log_emails} =~ 'tdesign@tencent.com' ]];then echo "$log_emails 跳过验证" exit 0 fi @@ -27,7 +27,7 @@ jobs: - name: check_local_email run: | log_emails=$(git log --pretty=format:"%ae %ce" -1) - if [[ ${log_emails} =~ 'tdesign-bot@tencent.com' ]];then + if [[ ${log_emails} =~ 'tdesign@tencent.com' ]];then echo "$log_emails 跳过验证" exit 0 fi