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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5544b1dd3bd Refactor : refactor the nightly check workflow (#33498)
5544b1dd3bd is described below

commit 5544b1dd3bd856c422ddd8b83cb5e6b88b52a754
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Nov 1 18:49:14 2024 +0800

    Refactor : refactor the nightly check workflow (#33498)
---
 .github/workflows/nightly-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index 28eb912d877..d52bf55912d 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -210,7 +210,7 @@ jobs:
           retention-days: 5
 
   check-and-report-jacoco:
-    if: github.repository == 'SphereEx/dbplus-engine'
+    if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }}
     name: Check - Jacoco
     needs: global-environment
     runs-on: self-hosted-cluster

Reply via email to