Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No fail fast for release #1258

Merged
merged 5 commits into from
May 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make recent PD branches happy
  • Loading branch information
breezewish committed Mar 31, 2022
commit 8437d19c043792aa5793b5c74e266f4be3171cc9
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
run: |
go get -d "github.com/pingcap/tidb-dashboard@${{ needs.release.outputs.release_version }}"
go mod tidy
cd tests/client
go mod tidy
cd ../..
make pd-server
go mod tidy
- name: Commit PD code base change
Expand Down Expand Up @@ -132,6 +135,8 @@ jobs:
body: |
### What problem does this PR solve?

Issue Number: ref #4257

This is an automatic updating PR for TiDB Dashboard. See #4257 for details.

This PR updates TiDB Dashboard to ${{ needs.release.outputs.release_version }} for upstream commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }} .
Expand Down