From b58023e90cd4a846f7e1c5997a0e30e9563fddeb Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Fri, 31 Oct 2025 11:48:30 +0100 Subject: [PATCH] chore(github): missed conditional on sdk container action (#9122) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: César Arroba <19954079+cesararroba@users.noreply.github.com> --- .github/workflows/sdk-container-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sdk-container-checks.yml b/.github/workflows/sdk-container-checks.yml index 5952d0c7c8..3e843ca171 100644 --- a/.github/workflows/sdk-container-checks.yml +++ b/.github/workflows/sdk-container-checks.yml @@ -53,6 +53,7 @@ jobs: ignore: DL3013 sdk-container-build-and-scan: + if: github.repository == 'prowler-cloud/prowler' runs-on: ubuntu-latest timeout-minutes: 30 permissions: