From c23ff3377c9080838f15e1eee4689048d1ea1fc9 Mon Sep 17 00:00:00 2001 From: guguducken Date: Thu, 19 Dec 2024 10:54:26 +0800 Subject: [PATCH] modify the branch of mo-load to 1.0 --- .github/workflows/merge-trigger-tke.yaml | 2 +- .github/workflows/utils.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-trigger-tke.yaml b/.github/workflows/merge-trigger-tke.yaml index 0c86024..451bf29 100644 --- a/.github/workflows/merge-trigger-tke.yaml +++ b/.github/workflows/merge-trigger-tke.yaml @@ -520,7 +520,7 @@ jobs: repository: matrixorigin/mo-load token: ${{secrets.TOKEN_ACTION}} path: ./mo-load - ref: main + ref: 1.0 - name: Clone mo-night-regression Repo if: ${{ always() && !cancelled() }} uses: actions/checkout@v4 diff --git a/.github/workflows/utils.yaml b/.github/workflows/utils.yaml index 3473935..90642b6 100644 --- a/.github/workflows/utils.yaml +++ b/.github/workflows/utils.yaml @@ -454,7 +454,7 @@ jobs: repository: matrixorigin/mo-load token: ${{secrets.TOKEN_ACTION}} path: ./mo-load - ref: main + ref: 1.0 - name: Clone mo-tpcc Repo if: ${{ !cancelled() && !failure() && steps.s1.outputs.run_tpcc == 'true' }}