Skip to content

Commit 2a6e392

Browse files
authored
Merge pull request #313 from cmu-delphi/switch-actions-runner
Update Actions runner config
2 parents 3f70824 + 7cae060 commit 2a6e392

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/s3_upload_ec2.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
deploy:
1818
# The type of runner that the job will run on
19-
runs-on: self-hosted
19+
runs-on: ubuntu-latest-m
2020
# Time out after 24 hours.
2121
timeout-minutes: 1440
2222

@@ -57,6 +57,3 @@ jobs:
5757
docker image prune -a -f
5858
docker container prune -f
5959
docker ps -q | xargs -n 1 -P 8 -I {} docker stop {}
60-
61-
62-

0 commit comments

Comments
 (0)