Skip to content

Commit b0162bc

Browse files
Fix
1 parent e759c91 commit b0162bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-IPA-metrics.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333

3434
- name: Checkout repository (scripts)
3535
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
36-
with:
37-
sparse-checkout:
38-
tools/spectral/ipa
39-
package.json
40-
package-lock.json
36+
# with:
37+
# sparse-checkout:
38+
# tools/spectral/ipa
39+
# package.json
40+
# package-lock.json
4141

4242
- name: Setup Node
4343
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)