Skip to content

Commit

Permalink
remove self hosted build
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonR99 committed Jun 19, 2024
1 parent 404d289 commit aaf2002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is working on ROS2 rove build
on: [push]
jobs:
Build_rove:
runs-on: [self-hosted, linux, docker]
runs-on: [linux, docker]
permissions:
packages: write
contents: read
Expand Down

0 comments on commit aaf2002

Please sign in to comment.