Skip to content

Commit edce5bd

Browse files
authored
chore: run ci/eco-ci/eco-benchmark on v2 branch (#12650)
1 parent ece0fee commit edce5bd

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed

.github/workflows/ci-diff.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
push:
1212
branches:
1313
- main
14+
- v2
1415
# Ignore md files in push to skip workflow when only documentation changes
1516
paths-ignore:
1617
- '**/*.md'

.github/workflows/ci-lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
push:
1010
branches:
1111
- main
12+
- v2
1213
paths-ignore:
1314
- '**/*.md'
1415
- 'website/**'

.github/workflows/ci-rust.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
push:
1010
branches:
1111
- main
12+
- v2
1213
paths:
1314
- '.github/workflows/**'
1415
- 'crates/**'

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
push:
1616
branches:
1717
- main
18+
- v2
1819
paths-ignore:
1920
- '**/*.md'
2021
- 'website/**'
@@ -23,7 +24,7 @@ on:
2324

2425
concurrency:
2526
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
26-
cancel-in-progress: ${{ github.ref_name != 'main' }}
27+
cancel-in-progress: ${{ github.ref_name != 'main' && github.ref_name != 'v2' }}
2728

2829
permissions:
2930
# Allow commenting on issues for `reusable-build.yml`

.github/workflows/ecosystem-benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- main
13+
- v2
1314
paths-ignore:
1415
- '**/*.md'
1516
- 'website/**'

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ on:
3333
push:
3434
branches:
3535
- main
36+
- v2
3637
paths-ignore:
3738
- '**/*.md'
3839
- 'website/**'

0 commit comments

Comments
 (0)