Skip to content

Commit

Permalink
fix: Branch 2.5 action rules (#2384)
Browse files Browse the repository at this point in the history
Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn authored Nov 26, 2024
1 parent 73d0394 commit bdd9052
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 55 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check_milvus_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Check proto on pull request
on:
pull_request:
branches:
- master
- 2.5

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Code checker on pull request
on:
pull_request:
branches:
- master
- 2.5

jobs:
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/doc_update_event.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/publish_dev_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Publish Python 🐍 distributions 📦 to TestPyPI
on:
push:
branches:
- 'master'
- '2.5'

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Test on pull request
on:
pull_request:
branches:
- master
- 2.5

jobs:
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/release_event.yml

This file was deleted.

0 comments on commit bdd9052

Please sign in to comment.