Skip to content

Commit c6994bf

Browse files
Merge branch 'main' into http-proxy-middleware-2.0.7
2 parents 043ca74 + 5f4db8d commit c6994bf

File tree

7 files changed

+137
-96
lines changed

7 files changed

+137
-96
lines changed

.github/workflows/apix-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- packages/extension-api-explorer/**
1010
- packages/extension-utils/**
1111
- .github/workflows/apix-ci.yml
12+
- yarn.lock
1213

1314
push:
1415
branches:
@@ -21,6 +22,7 @@ on:
2122
- packages/extension-api-explorer/**
2223
- packages/extension-utils/**
2324
- .github/workflows/apix-ci.yml
25+
- yarn.lock
2426

2527
workflow_dispatch:
2628

.github/workflows/codegen-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- packages/sdk-codegen-utils/**
88
- packages/sdk-codegen-scripts/**
99
- .github/workflows/codegen-ci.yml
10+
- yarn.lock
1011

1112
push:
1213
branches:
@@ -17,6 +18,7 @@ on:
1718
- packages/sdk-codegen-utils/**
1819
- packages/sdk-codegen-scripts/**
1920
- .github/workflows/codegen-ci.yml
21+
- yarn.lock
2022

2123
workflow_dispatch:
2224

.github/workflows/hackathon-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- packages/wholly-artifact/**
77
- packages/hackathon/**
88
- .github/workflows/hackathon-ci.yml
9+
- yarn.lock
910

1011
push:
1112
branches:
@@ -15,6 +16,7 @@ on:
1516
- packages/wholly-artifact/**
1617
- packages/hackathon/**
1718
- .github/workflows/hackathon-ci.yml
19+
- yarn.lock
1820

1921
workflow_dispatch:
2022

.github/workflows/python-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ on:
44
paths:
55
- python/**
66
- .github/workflows/python-ci.yml
7+
- Pipfile
8+
- Pipfile.lock
79

810
push:
911
branches:
1012
- main
1113
paths:
1214
- python/**
1315
- .github/workflows/python-ci.yml
16+
- Pipfile
17+
- Pipfile.lock
1418

1519
workflow_dispatch:
1620

.github/workflows/required-checks-hack-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,23 @@ jobs:
5151
- 'packages/extension-api-explorer/**/*'
5252
- 'packages/extension-utils/**/*'
5353
- '.github/workflows/apix-ci.yml'
54+
- 'yarn.lock'
5455
codegen:
5556
- 'package.json'
5657
- 'packages/sdk-codegen/**/*'
5758
- 'packages/sdk-codegen-utils/**/*'
5859
- 'packages/sdk-codegen-scripts/**/*'
5960
- '.github/workflows/codegen-ci.yml'
61+
- 'yarn.lock'
6062
hackathon:
6163
- 'package.json'
6264
- 'packages/wholly-sheet/**/*'
6365
- 'packages/hackathon/**/*'
6466
- '.github/workflows/hackathon-ci.yml'
67+
- 'yarn.lock'
6568
python:
69+
- 'Pipfile'
70+
- 'Pipfile.lock'
6671
- 'python/**/*'
6772
- '.github/workflows/python-ci.yml'
6873
resources:
@@ -78,6 +83,7 @@ jobs:
7883
- 'packages/extension-sdk-react/**/*'
7984
- 'packages/extension-utils/**/*'
8085
- '.github/workflows/tssdk-ci.yml'
86+
- 'yarn.lock'
8187
gosdk:
8288
- 'packages/go/**/*'
8389
- '.github/workflows/go-ci.yml'

.github/workflows/tssdk-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- packages/extension-sdk-react/**
1111
- packages/extension-utils/**
1212
- .github/workflows/tssdk-ci.yml
13+
- yarn.lock
1314

1415
push:
1516
branches:
@@ -23,6 +24,7 @@ on:
2324
- packages/extension-sdk-react/**
2425
- packages/extension-utils/**
2526
- .github/workflows/tssdk-ci.yml
27+
- yarn.lock
2628

2729
workflow_dispatch:
2830

0 commit comments

Comments
 (0)