From 4eaa34905a6a64d467d5ec6c3d1141e8c91a7f42 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Mon, 4 Mar 2024 10:56:16 +0000 Subject: [PATCH] Remove Code Correctness checks on GitHub muxee/clang-tidy-action runs only on pull requests. It is necessary to run the checks also on pushes. --- .github/workflows/check-build-actions.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/check-build-actions.yml b/.github/workflows/check-build-actions.yml index 7a25613f..955a9e55 100644 --- a/.github/workflows/check-build-actions.yml +++ b/.github/workflows/check-build-actions.yml @@ -18,14 +18,6 @@ jobs: with: ignore_names: downsize - Check-Code-Correctness: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v2 - - name: Run Clang Tidy - uses: "muxee/clang-tidy-action@master" - secrets: ["GITHUB_TOKEN"] - Check-Build-No-Options: runs-on: ubuntu-22.04 steps: -- 2.20.1