Skip to content

Commit

Permalink
ci: make github action effective for release-5.1 (#3754) (#3755)
Browse files Browse the repository at this point in the history
* ci: make github action effective for release-5.1

Signed-off-by: HunDunDM <[email protected]>

* address comment

Signed-off-by: HunDunDM <[email protected]>

* address comment

Signed-off-by: HunDunDM <[email protected]>

* ci: make github action effective for release-5.1 (#3757)

Signed-off-by: HunDunDM <[email protected]>

Co-authored-by: HunDunDM <[email protected]>
  • Loading branch information
ti-chi-bot and HunDunDM authored Jun 11, 2021
1 parent b5909a7 commit deec776
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
branches:
- master
- release-4.0
- release-5.0
- release-5.*
paths:
- "go.mod"
pull_request:
branches:
- master
- release-4.0
- release-5.0
- release-5.*
paths:
- "go.mod"

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/pd-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
branches:
- master
- release-4.0
- release-5.0
- release-5.*
pull_request:
branches:
- master
- release-4.0
- release-5.0
- release-5.*

name: PD Tests

jobs:
chunks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit deec776

Please sign in to comment.