Branch name change (#2459)
All checks were successful
test mariadb / test mariadb (push) Successful in 12m30s
test mssql / test mssql with collation (push) Successful in 13m10s
test mssql / test mssql (push) Successful in 13m10s
test cockroach / test cockroach (push) Successful in 13m44s
test mysql / test mysql (push) Successful in 11m48s
test mysql8 / test mysql8 (push) Successful in 12m8s
test postgres / test postgres (push) Successful in 12m12s
test sqlite / unit test & test sqlite (push) Successful in 12m33s
test tidb / test tidb (push) Successful in 10m34s

Reviewed-on: #2459
This commit is contained in:
Lunny Xiao 2024-05-15 08:45:25 +00:00
parent cbbd1f09e1
commit d47f35b260
9 changed files with 18 additions and 9 deletions

@ -2,7 +2,8 @@ name: test cockroach
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

@ -2,7 +2,8 @@ name: test mariadb
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

@ -2,7 +2,8 @@ name: test mssql
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

@ -2,7 +2,8 @@ name: test mssql
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

@ -2,7 +2,8 @@ name: test mysql
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

@ -2,7 +2,8 @@ name: test mysql8
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

@ -2,7 +2,8 @@ name: test postgres
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

@ -2,7 +2,8 @@ name: test sqlite
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs:

@ -2,7 +2,8 @@ name: test tidb
on:
push:
branches:
- master
- main
- v1
pull_request:
jobs: