Skip to content

Commit a3e84a7

Browse files
Fix
1 parent 14aebdb commit a3e84a7

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ jobs:
1919
name: Release IPA Validation Metrics
2020
runs-on: ubuntu-latest
2121
steps:
22-
- name: Fetch OAS file from Dev Branch
23-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
24-
with:
25-
ref: ${{ env.OAS_BRANCH }}
26-
sparse-checkout: ${{ env.OAS_FILE }}
27-
28-
- name: Upload OAS file
29-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
30-
with:
31-
name: oas-dev
32-
path: ${{ env.OAS_FILE }}
22+
# - name: Fetch OAS file from Dev Branch
23+
# uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
24+
# with:
25+
# ref: ${{ env.OAS_BRANCH }}
26+
# sparse-checkout: ${{ env.OAS_FILE }}
27+
#
28+
# - name: Upload OAS file
29+
# uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
30+
# with:
31+
# name: oas-dev
32+
# path: ${{ env.OAS_FILE }}
3333

3434
- name: Checkout repository (scripts)
3535
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3636
with:
37-
sparse-checkout:
38-
tools
37+
sparse-checkout: |
38+
tools/spectral/ipa
3939
package.json
4040
package-lock.json
4141
@@ -48,10 +48,10 @@ jobs:
4848
- name: Install npm dependencies
4949
run: npm install
5050

51-
- name: Download oas-dev
52-
uses: actions/download-artifact@v4
53-
with:
54-
name: oas-dev
51+
# - name: Download oas-dev
52+
# uses: actions/download-artifact@v4
53+
# with:
54+
# name: oas-dev
5555

5656
- name: Debug Checkout
5757
run: |

0 commit comments

Comments
 (0)