This is an automated email from the ASF dual-hosted git repository. jiangmaolin pushed a commit to branch dev-5.5.1 in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 74748eddc60a545948d239baa14832b7a487bf4b Author: 孙念君 Nianjun Sun <[email protected]> AuthorDate: Tue Oct 29 14:15:51 2024 +0800 Refactor : disable the schedule workflow --- .github/workflows/nightly-e2e-operation.yml | 2 -- .github/workflows/nightly-e2e-sql.yml | 4 +--- .github/workflows/resources/variables/env-variables.properties | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nightly-e2e-operation.yml b/.github/workflows/nightly-e2e-operation.yml index d4efe1a9251..a57bbbfc78e 100644 --- a/.github/workflows/nightly-e2e-operation.yml +++ b/.github/workflows/nightly-e2e-operation.yml @@ -18,8 +18,6 @@ name: Nightly - E2E Operation on: - schedule: - - cron: '0 21 */1 * *' # once a day. UTC time workflow_dispatch: concurrency: diff --git a/.github/workflows/nightly-e2e-sql.yml b/.github/workflows/nightly-e2e-sql.yml index 144294a7e3d..e857c05c93e 100644 --- a/.github/workflows/nightly-e2e-sql.yml +++ b/.github/workflows/nightly-e2e-sql.yml @@ -18,8 +18,6 @@ name: Nightly - E2E SQL on: - schedule: - - cron: '0 18 */1 * *'# once a day. UTC time workflow_dispatch: concurrency: @@ -62,7 +60,7 @@ jobs: name: e2e-image path: /tmp/${{ needs.global-environment.outputs.GLOBAL_CACHE_PREFIX }}-proxy-test.tar retention-days: 10 - + e2e-sql: name: E2E - SQL needs: [ build-e2e-image, global-environment ] diff --git a/.github/workflows/resources/variables/env-variables.properties b/.github/workflows/resources/variables/env-variables.properties index 146a8c7920e..6284563efc8 100644 --- a/.github/workflows/resources/variables/env-variables.properties +++ b/.github/workflows/resources/variables/env-variables.properties @@ -1,3 +1,3 @@ GLOBAL_REPOSITORY=apache/shardingsphere -GLOBAL_RUNS_ON=ubuntu-latest +GLOBAL_RUNS_ON=self-hosted-cluster DISABLE_CI=false
