Skip to content

Commit 6788cf2

Browse files
authored
fix checkin 3.0 (#321)
1 parent 004c70f commit 6788cf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/merge-trigger-tke.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: actions/checkout@v6
4545
with:
4646
path: ./matrixone
47+
ref: ${{ github.event.pull_request.base.ref }}
4748
- name: Login to TCR
4849
uses: docker/login-action@v3
4950
with:
@@ -126,6 +127,7 @@ jobs:
126127
uses: actions/checkout@v6
127128
with:
128129
path: ./matrixone
130+
ref: ${{ github.event.pull_request.base.ref }}
129131
- name: Clean TKE ENV
130132
run: |
131133
if [ "$(kubectl -n mo-checkin-regression-${{ github.event.pull_request.number }} get mo | grep -c "mo-checkin-regression")" -ne 0 ];then

0 commit comments

Comments
 (0)