From 87f6a73e4dc89c14dd5e70aa99220d4611053bd0 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 30 May 2025 10:35:08 +0200 Subject: [PATCH] refactor: optimization --- .github/workflows/99-self-healing-dependabot-updates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/99-self-healing-dependabot-updates.yml b/.github/workflows/99-self-healing-dependabot-updates.yml index 08d6e09b40..7443046026 100644 --- a/.github/workflows/99-self-healing-dependabot-updates.yml +++ b/.github/workflows/99-self-healing-dependabot-updates.yml @@ -5,6 +5,7 @@ on: jobs: format: + if: ${{ github.actor == 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - name: Checkout code