We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9c594 commit fdf7833Copy full SHA for fdf7833
.github/workflows/e2e-upgrade.yaml
@@ -245,7 +245,8 @@ jobs:
245
with:
246
path: ./upstream
247
repository: ${{ inputs.release-repo }}
248
- ref: ${{ steps.get-latest-release.outputs.tag }}
+ # ref: ${{ steps.get-latest-release.outputs.tag }} // restore to this line after new release includes d4051aebd6 - update bvt cases (#23317)
249
+ ref: d4051aebd6
250
251
- name: Set up Go And Java
252
uses: matrixorigin/CI/actions/setup-env@main
0 commit comments