-
Notifications
You must be signed in to change notification settings - Fork 188
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also should add v2.0.3 in previous_v2
@@ -82,7 +82,7 @@ jobs: | |||
path: go/src/github.com/pingcap/dm | |||
|
|||
- name: Build | |||
if: ${{ github.ref != 'refs/heads/main' }} | |||
if: ${{ github.ref != 'refs/heads/master' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
originally, because DM uses master not main as branch name, all these steps will not be filterd. 🤔 Do you want to skip this action?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. If it's master branch, we use nightly version, don't need to build local version
/run-compatibility-test |
@Ehco1996 ptal |
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: d89e9b1
|
/run-all-tests |
/run-compatibility-test |
In response to a cherrypick label: new pull request created: #1712. |
What problem does this PR solve?
refine action trigger to speed up github action
What is changed and how it works?