Skip to content

Commit 80e1376

Browse files
committed
chore: remove 60s sleep time on github upload ci pipeline - skip deploy
1 parent 441b4a2 commit 80e1376

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/upload.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ jobs:
1212
SKIP_DEPLOYMENTS: ${{ secrets.SKIP_DEPLOYMENTS }}
1313

1414
steps:
15-
# Not entirely sure that we need this here, but it's in the deploy script so i put it here as well
16-
- name: Sleep for 60s
17-
if: ${{ env.SKIP_DEPLOYMENTS != 'true' }}
18-
uses: juliangruber/[email protected]
19-
with:
20-
time: 60s
21-
2215
# This is here solely for testing and running this action locally with ACT - it shouldn't be needed for running on github as the images in gh actions should already have the AWS CLI installed
2316
- name: Install Act dependencies
2417
if: ${{ env.ACT }}

0 commit comments

Comments
 (0)