From a7efcd83d912ab2010991f53dc840ecba62e6a03 Mon Sep 17 00:00:00 2001 From: "Ch.-David Blot" Date: Wed, 28 Jan 2026 14:52:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20test=20dependency=20update?= =?UTF-8?q?=20only=20on=20richochet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/code-check-identified.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/code-check-identified.yml b/.github/workflows/code-check-identified.yml index 50f9298..c3bd4bb 100644 --- a/.github/workflows/code-check-identified.yml +++ b/.github/workflows/code-check-identified.yml @@ -12,6 +12,7 @@ jobs: code-check: runs-on: ubuntu-24.04 environment: eu-west-2 + if: "! contains(github.event.pull_request.labels.*.name, 'dependencies')" steps: - name: 🧹 Frieza uses: outscale/frieza-github-actions/frieza-clean@master