Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/s3_upload_ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
deploy:
# The type of runner that the job will run on
runs-on: self-hosted
runs-on: ubuntu-latest-m
# Time out after 24 hours.
timeout-minutes: 1440

Expand Down Expand Up @@ -57,6 +57,3 @@ jobs:
docker image prune -a -f
docker container prune -f
docker ps -q | xargs -n 1 -P 8 -I {} docker stop {}