Skip to content

Commit 31749ab

Browse files
author
M. Fatih Cırıt
committed
run on public runners
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent a175c5d commit 31749ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-test-differential.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,17 @@ jobs:
7676
run: df -h
7777

7878
clang-tidy-differential:
79-
runs-on: [self-hosted, linux, X64]
79+
runs-on: ubuntu-latest
8080
container: ghcr.io/autowarefoundation/autoware-openadk:latest-prebuilt-cuda
8181
steps:
8282
- name: Check out repository
8383
uses: actions/checkout@v3
8484
with:
8585
fetch-depth: 0
8686

87+
- name: Show disk space before the tasks
88+
run: df -h
89+
8790
- name: Remove exec_depend
8891
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1
8992

0 commit comments

Comments
 (0)