File tree Expand file tree Collapse file tree 7 files changed +137
-96
lines changed Expand file tree Collapse file tree 7 files changed +137
-96
lines changed Original file line number Diff line number Diff line change 99 - packages/extension-api-explorer/**
1010 - packages/extension-utils/**
1111 - .github/workflows/apix-ci.yml
12+ - yarn.lock
1213
1314 push :
1415 branches :
2122 - packages/extension-api-explorer/**
2223 - packages/extension-utils/**
2324 - .github/workflows/apix-ci.yml
25+ - yarn.lock
2426
2527 workflow_dispatch :
2628
Original file line number Diff line number Diff line change 77 - packages/sdk-codegen-utils/**
88 - packages/sdk-codegen-scripts/**
99 - .github/workflows/codegen-ci.yml
10+ - yarn.lock
1011
1112 push :
1213 branches :
1718 - packages/sdk-codegen-utils/**
1819 - packages/sdk-codegen-scripts/**
1920 - .github/workflows/codegen-ci.yml
21+ - yarn.lock
2022
2123 workflow_dispatch :
2224
Original file line number Diff line number Diff line change 66 - packages/wholly-artifact/**
77 - packages/hackathon/**
88 - .github/workflows/hackathon-ci.yml
9+ - yarn.lock
910
1011 push :
1112 branches :
1516 - packages/wholly-artifact/**
1617 - packages/hackathon/**
1718 - .github/workflows/hackathon-ci.yml
19+ - yarn.lock
1820
1921 workflow_dispatch :
2022
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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:
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'
Original file line number Diff line number Diff line change 1010 - packages/extension-sdk-react/**
1111 - packages/extension-utils/**
1212 - .github/workflows/tssdk-ci.yml
13+ - yarn.lock
1314
1415 push :
1516 branches :
2324 - packages/extension-sdk-react/**
2425 - packages/extension-utils/**
2526 - .github/workflows/tssdk-ci.yml
27+ - yarn.lock
2628
2729 workflow_dispatch :
2830
You can’t perform that action at this time.
0 commit comments