Skip to content

Commit 88a5b13

Browse files
committed
Do not upload internal-tools-artifacts. Remove disabled job
1 parent 6903570 commit 88a5b13

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ jobs:
3232
- name: Validation
3333
run: npm run validate-docs
3434

35-
- name: Archive internal-tools artifacts
36-
uses: actions/upload-artifact@v3
37-
with:
38-
name: internal-tools-artifacts
39-
path: artifacts/internal-tools/
40-
retention-days: 7
41-
4235
build:
4336
runs-on: ubuntu-latest
4437
name: ContentMap
@@ -63,13 +56,6 @@ jobs:
6356
- name: Generate ContentMaps
6457
run: npm run generate-content-map
6558

66-
- name: Archive internal-tools artifacts
67-
uses: actions/upload-artifact@v3
68-
with:
69-
name: internal-tools-artifacts
70-
path: artifacts/internal-tools/
71-
retention-days: 7
72-
7359
link:
7460
runs-on: ubuntu-latest
7561
name: Check links
@@ -96,41 +82,3 @@ jobs:
9682

9783
- name: Check links
9884
run: npm run validate-links
99-
100-
- name: Archive internal-tools artifacts
101-
uses: actions/upload-artifact@v3
102-
with:
103-
name: internal-tools-artifacts
104-
path: artifacts/internal-tools/
105-
retention-days: 7
106-
107-
# modules:
108-
# runs-on: ubuntu-latest
109-
# name: Check modules guide
110-
# steps:
111-
112-
# - name: Checkout
113-
# uses: actions/checkout@v4
114-
115-
# - name: Setup Node.js
116-
# uses: actions/setup-node@v4
117-
# with:
118-
# node-version: ${{ env.nodeVersion }}
119-
120-
# - name: Set up .NET
121-
# uses: actions/setup-dotnet@v4
122-
# with:
123-
# dotnet-version: ${{ env.dotNetVersion }}
124-
125-
# - name: Install dependencies
126-
# run: npm install
127-
128-
# - name: Check modules guide
129-
# run: npm run validate-modules-guide
130-
131-
# - name: Archive internal-tools artifacts
132-
# uses: actions/upload-artifact@v3
133-
# with:
134-
# name: internal-tools-artifacts
135-
# path: artifacts/internal-tools/
136-
# retention-days: 7

0 commit comments

Comments
 (0)