From 56474e713ad73d8e9fe643e0edb316b22e8811a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Sun, 16 Jun 2024 12:54:27 +0300 Subject: [PATCH] fix clang-tidy container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/sync-files.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index e3924b25b031f..e9b84597af74b 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -32,6 +32,8 @@ - repository: autowarefoundation/autoware_common files: - source: .github/workflows/clang-tidy-differential.yaml + pre-commands: | + sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:latest-prebuilt-cuda' {source} - source: .github/workflows/check-build-depends.yaml - source: .github/workflows/clang-tidy-pr-comments.yaml - source: .github/workflows/clang-tidy-pr-comments-manually.yaml