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 a00147fcae234559b37b59901f2e75858c234e48 Author: 孙念君 Nianjun Sun <[email protected]> AuthorDate: Thu Sep 5 12:39:23 2024 +0800 Refactor :refactor the action trigger --- .github/workflows/workflow-dispatch-e2e-sql.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/workflow-dispatch-e2e-sql.yml b/.github/workflows/workflow-dispatch-e2e-sql.yml index 54c036bb0c7..31baae993a9 100644 --- a/.github/workflows/workflow-dispatch-e2e-sql.yml +++ b/.github/workflows/workflow-dispatch-e2e-sql.yml @@ -69,7 +69,7 @@ jobs: name: E2E - SQL needs: [ build-e2e-image, global-environment ] if: github.repository == 'SphereEx/dbplus-engine-honor' - runs-on: ubuntu-latest + runs-on: self-hosted-honor timeout-minutes: 15 strategy: max-parallel: 20 @@ -105,8 +105,6 @@ jobs: scenario: empty_storage_units steps: - uses: actions/checkout@v4 - - name: Init Environment - run: mkdir -p ~/.m2/dbplus-engine-honor/${{ github.ref_name }}/repository/ - uses: actions/cache@v4 with: path: ~/.m2/dbplus-engine-honor/${{ github.ref_name }}/repository/
