We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004c70f commit 6788cf2Copy full SHA for 6788cf2
.github/workflows/merge-trigger-tke.yaml
@@ -44,6 +44,7 @@ jobs:
44
uses: actions/checkout@v6
45
with:
46
path: ./matrixone
47
+ ref: ${{ github.event.pull_request.base.ref }}
48
- name: Login to TCR
49
uses: docker/login-action@v3
50
@@ -126,6 +127,7 @@ jobs:
126
127
128
129
130
131
- name: Clean TKE ENV
132
run: |
133
if [ "$(kubectl -n mo-checkin-regression-${{ github.event.pull_request.number }} get mo | grep -c "mo-checkin-regression")" -ne 0 ];then
0 commit comments