Skip to content

Commit

Permalink
Run github actions on self-hosted runners (#13)
Browse files Browse the repository at this point in the history
* Run github actions on self-hosted runners

* Attempting to fix self-hosted runners. (#16)

* Try to add a clean-up action.

* Update build_test.yml

---------

Co-authored-by: Helen Oleynikova <[email protected]>
  • Loading branch information
Jaeyoung-Lim and helenol authored Oct 31, 2023
1 parent d6220c8 commit 7016615
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Build Test
on:
push:
branches:
- 'master'
- 'main'
pull_request:
branches:
- '*'

jobs:
build:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux]
strategy:
fail-fast: false
matrix:
Expand All @@ -18,6 +18,7 @@ jobs:
- {rosdistro: 'noetic', container: 'px4io/px4-dev-ros-noetic:2021-12-11'}
container: ${{ matrix.config.container }}
steps:
- uses: ethz-asl/asl-actions@feature/delete
- uses: actions/checkout@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 7016615

Please sign in to comment.