Skip to content

Commit

Permalink
Enable actions on 2.3 branch
Browse files Browse the repository at this point in the history
Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn committed Dec 18, 2023
1 parent 0349a00 commit 6810fe0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ pull_request_rules:
- or:
- base=master
- base~=2\.\d
- "status-success=Run Python Tests (3.7)"
- "status-success=Run Check Proto (3.7)"
- "status-success=Code lint check (3.7)"
- "status-success=Run Python Tests (3.8)"
- "status-success=Run Check Proto (3.8)"
- "status-success=Code lint check (3.8)"
- "status-success=Run Python Tests (3.11)"
- "status-success=Run Check Proto (3.11)"
- "status-success=Code lint check (3.11)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_milvus_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check proto on pull request
on:
pull_request:
branches:
- master
- 2.3

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code checker on pull request
on:
pull_request:
branches:
- master
- 2.3

jobs:
code-lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_dev_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Python 🐍 distributions 📦 to TestPyPI
on:
push:
branches:
- 'master'
- '2.3'

jobs:
build-n-publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test on pull request
on:
pull_request:
branches:
- master
- 2.3

jobs:
build:
Expand Down

0 comments on commit 6810fe0

Please sign in to comment.