Skip to content

Commit 5f3b441

Browse files
committed
Update actions
1 parent ac5c910 commit 5f3b441

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/deploy-production.yml

-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ jobs:
6969
- name: Clean up node_modules
7070
run: rm -rf node_modules
7171

72-
- name: Clean up workspace
73-
run: sudo rm -rf /home/runner/work/* /home/runner/_work/* /tmp/*
74-
7572
- name: Configure AWS credentials from Production account
7673
uses: aws-actions/configure-aws-credentials@v4
7774
with:

.github/workflows/deploy-staging.yml

-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ jobs:
6868
- name: Clean up node_modules
6969
run: rm -rf node_modules
7070

71-
- name: Clean up workspace
72-
run: sudo rm -rf /home/runner/work/* /home/runner/_work/* /tmp/*
73-
7471
- name: Configure AWS credentials from Staging account
7572
uses: aws-actions/configure-aws-credentials@v4
7673
with:

0 commit comments

Comments
 (0)