From 81d2cceee0694b21501f48d6c6bae445260b5965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=B5=E5=90=9B=20Nianjun=20Sun?= Date: Wed, 4 Dec 2024 11:02:44 +0800 Subject: [PATCH] Refactor : update the graalvm trigger condition --- .github/workflows/nightly-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index c262ce5027c75..0929883e2316f 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -101,7 +101,7 @@ jobs: run: ./mvnw test -B -ntp -fae -T1C ci-native-test: - if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }} + if: github.repository == 'apache/shardingsphere' name: NativeTest CI - GraalVM CE on ${{ matrix.os }} needs: global-environment runs-on: ${{ matrix.os }}