Skip to content

Commit

Permalink
modify the branch of mo-load to 1.0 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
guguducken authored Dec 19, 2024
1 parent 83596d3 commit c2188c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-trigger-tke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit c2188c5

Please sign in to comment.