Skip to content

Commit

Permalink
ci(ros1_bridge_ws): Use self-hosted runner to bypass the 6-hour limit…
Browse files Browse the repository at this point in the history
… in GitHub-hosted runner
  • Loading branch information
j3soon committed Aug 26, 2024
1 parent ac0b13c commit e39b310
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/build-ros1-bridge-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,11 @@ on:
jobs:
docker:
if: github.repository == 'j3soon/ros2-essentials'
runs-on: ubuntu-latest
# Use self-hosted runner to bypass the 6-hour limit in GitHub-hosted runner
# Ref: https://docs.github.com/en/actions/administering-github-actions/usage-limits-billing-and-administration#usage-limits
runs-on: self-hosted
timeout-minutes: 1440
steps:
-
name: Maximize build space
uses: easimon/maximize-build-space@master
with:
build-mount-path: /var/lib/docker/
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
-
name: Restart docker
run: sudo service docker restart
-
name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e39b310

Please sign in to comment.