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 }}