Skip to content

Commit

Permalink
Refactor : update the graalvm trigger condition
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia committed Dec 4, 2024
1 parent 9328390 commit 81d2cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 81d2cce

Please sign in to comment.