Skip to content

Commit 922022e

Browse files
authored
Attempting to fix self-hosted runners. (#16)
* Try to add a clean-up action. * Update build_test.yml
1 parent ed27116 commit 922022e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- {rosdistro: 'noetic', container: 'px4io/px4-dev-ros-noetic:2021-12-11'}
1919
container: ${{ matrix.config.container }}
2020
steps:
21+
- uses: ethz-asl/asl-actions@feature/delete
2122
- uses: actions/checkout@v1
2223
with:
2324
token: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)