Skip to content

Commit fdf7833

Browse files
authored
fix release upgrade compat check (#322)
1 parent fc9c594 commit fdf7833

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-upgrade.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ jobs:
245245
with:
246246
path: ./upstream
247247
repository: ${{ inputs.release-repo }}
248-
ref: ${{ steps.get-latest-release.outputs.tag }}
248+
# ref: ${{ steps.get-latest-release.outputs.tag }} // restore to this line after new release includes d4051aebd6 - update bvt cases (#23317)
249+
ref: d4051aebd6
249250

250251
- name: Set up Go And Java
251252
uses: matrixorigin/CI/actions/setup-env@main

0 commit comments

Comments
 (0)