This is an automated email from the ASF dual-hosted git repository. jianglongtao pushed a commit to branch fix-33341 in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 0d897b96f108120831971153c8ab551da5692c7d Author: 孙念君 Nianjun Sun <[email protected]> AuthorDate: Thu Sep 5 11:56:54 2024 +0800 Refactor : update the e2e trigger condition --- .github/workflows/workflow-dispatch-e2e-sql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-dispatch-e2e-sql.yml b/.github/workflows/workflow-dispatch-e2e-sql.yml index 99fe151ff8e..0f7eb22bf93 100644 --- a/.github/workflows/workflow-dispatch-e2e-sql.yml +++ b/.github/workflows/workflow-dispatch-e2e-sql.yml @@ -68,7 +68,7 @@ jobs: e2e-sql: name: E2E - SQL needs: [ build-e2e-image, global-environment ] - if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }} + if: github.repository == 'SphereEx/dbplus-engine-honor' runs-on: ubuntu-latest timeout-minutes: 15 strategy:
