From 5e0f2345cc9121d50f737c68dbcd9672efd131f1 Mon Sep 17 00:00:00 2001 From: Koudai Yamasaki <114902604+ymski@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:03:14 +0900 Subject: [PATCH] chore: disable differential action Signed-off-by: Koudai Yamasaki <114902604+ymski@users.noreply.github.com> --- .github/workflows/build-and-test-differential.yaml | 14 +++++++------- .github/workflows/cppcheck-differential.yaml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-and-test-differential.yaml b/.github/workflows/build-and-test-differential.yaml index ad55102..82e359d 100644 --- a/.github/workflows/build-and-test-differential.yaml +++ b/.github/workflows/build-and-test-differential.yaml @@ -72,13 +72,13 @@ jobs: id: get-modified-packages uses: autowarefoundation/autoware-github-actions/get-modified-packages@v1 - - name: Get modified files - id: get-modified-files - uses: tj-actions/changed-files@v45 - with: - files: | - **/*.cpp - **/*.hpp + # - name: Get modified files + # id: get-modified-files + # uses: tj-actions/changed-files@v45 + # with: + # files: | + # **/*.cpp + # **/*.hpp - name: Run clang-tidy if: ${{ steps.get-modified-files.outputs.all_changed_files != '' }} diff --git a/.github/workflows/cppcheck-differential.yaml b/.github/workflows/cppcheck-differential.yaml index 83023f9..eebd1a9 100644 --- a/.github/workflows/cppcheck-differential.yaml +++ b/.github/workflows/cppcheck-differential.yaml @@ -40,13 +40,13 @@ jobs: echo "Modified packages:" echo "${{ steps.get-modified-packages.outputs.modified_packages }}" - - name: Get modified files - id: get-modified-files - uses: tj-actions/changed-files@v45 - with: - files: | - **/*.cpp - **/*.hpp + # - name: Get modified files + # id: get-modified-files + # uses: tj-actions/changed-files@v45 + # with: + # files: | + # **/*.cpp + # **/*.hpp # Display the modified files - name: Show modified files