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