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

zhonghongsheng 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 f8f5bc92f25 Fix nightly-build.yml generate-and-test-examples job 
missing needs global-environment (#38235)
f8f5bc92f25 is described below

commit f8f5bc92f25630f9ed734c1383cdfb801594eba0
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Fri Feb 27 14:59:58 2026 +0800

    Fix nightly-build.yml generate-and-test-examples job missing needs 
global-environment (#38235)
---
 .github/workflows/nightly-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-build.yml 
b/.github/workflows/nightly-build.yml
index b1341bb948c..42dec2b98a9 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -166,7 +166,7 @@ jobs:
   generate-and-test-examples:
     name: Example-${{ matrix.feature }}-${{ matrix.framework }}-${{ 
matrix.mode }}-${{ matrix.transaction }}
     if: github.repository == 'apache/shardingsphere'
-    needs: build-cache
+    needs: [ build-cache, global-environment ]
     runs-on: ubuntu-latest
     timeout-minutes: 90
     strategy:

Reply via email to