Skip to content

Commit 77bd2ce

Browse files
committed
don't update lock file
1 parent 817fdb9 commit 77bd2ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/api_inference_generate_documentation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v2
2424
with:
25-
run_install: true
25+
run_install: |
26+
- recursive: true
27+
args: [--frozen-lockfile]
2628
package_json_file: ./scripts/api-inference/package.json
2729

2830
# Generate

0 commit comments

Comments
 (0)