Skip to content

Commit e1920e1

Browse files
authored
ci(workflows): enable CI on release-8.5-20260225 (tikv#1923)
Signed-off-by: lyb <yebin.li@pingcap.com>
1 parent dfc6328 commit e1920e1

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/compatibility.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Compatibility Test
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, release-8.5-20260225 ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, release-8.5-20260225 ]
88

99
jobs:
1010

@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/checkout@v2
2626
with:
2727
repository: pingcap/tidb
28+
ref: release-8.5-20260225-v8.5.2
2829
path: tidb
2930

3031
- name: Check build

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Integration Test
22

33
on:
44
push:
5-
branches: [ master, tidb-8.5 ]
5+
branches: [ master, tidb-8.5, release-8.5-20260225 ]
66
pull_request:
7-
branches: [ master, tidb-8.5 ]
7+
branches: [ master, tidb-8.5, release-8.5-20260225 ]
88

99
jobs:
1010

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Unit Test
22

33
on:
44
push:
5-
branches: [ master, tidb-8.5 ]
5+
branches: [ master, tidb-8.5, release-8.5-20260225 ]
66
pull_request:
7-
branches: [ master, tidb-8.5 ]
7+
branches: [ master, tidb-8.5, release-8.5-20260225 ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)