Skip to content

Commit e3dda67

Browse files
committed
ci: added cleanup step
1 parent 18ec6e2 commit e3dda67

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
outputs:
1717
needs_build: ${{ steps.filter.outputs.needs_build }}
1818
steps:
19+
- uses: TooMuch4U/[email protected]
1920
- uses: actions/checkout@v4
2021
with:
2122
fetch-depth: 25
@@ -38,10 +39,10 @@ jobs:
3839
if: ${{ needs.changes.outputs.needs_build == 'true' }}
3940
runs-on: [self-hosted]
4041
env:
41-
HUSKY: 0
4242
NODE_ENV: development
4343

4444
steps:
45+
- uses: TooMuch4U/[email protected]
4546
- uses: actions/checkout@v4
4647
with:
4748
fetch-depth: 25
@@ -98,6 +99,7 @@ jobs:
9899
AWS_REGION: us-east-1
99100

100101
steps:
102+
- uses: TooMuch4U/[email protected]
101103
- name: dpkg configure
102104
run: |
103105
apt update
@@ -235,6 +237,7 @@ jobs:
235237
# part: [1/8, 2/8, 3/8, 4/8, 5/8, 6/8, 7/8, 8/8]
236238

237239
steps:
240+
- uses: TooMuch4U/[email protected]
238241
- name: dpkg configure
239242
run: |
240243
apt update
@@ -293,6 +296,7 @@ jobs:
293296
needs: core-build
294297

295298
steps:
299+
- uses: TooMuch4U/[email protected]
296300
- name: Use Node.js 22.6.0
297301
uses: actions/setup-node@v4
298302
with:
@@ -333,6 +337,7 @@ jobs:
333337
- live-preview-react
334338

335339
steps:
340+
- uses: TooMuch4U/[email protected]
336341
- name: Use Node.js 22.6.0
337342
uses: actions/setup-node@v4
338343
with:
@@ -371,6 +376,7 @@ jobs:
371376
- plugin-seo
372377

373378
steps:
379+
- uses: TooMuch4U/[email protected]
374380
- name: Use Node.js 22.6.0
375381
uses: actions/setup-node@v4
376382
with:
@@ -399,6 +405,7 @@ jobs:
399405
needs: tests-e2e
400406
runs-on: [self-hosted]
401407
steps:
408+
- uses: TooMuch4U/[email protected]
402409
- uses: actions/upload-artifact@v4
403410
if: always()
404411
with:

0 commit comments

Comments
 (0)