diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 0f999a1..1e7287a 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -44,6 +44,7 @@ jobs: codeql: name: CodeQL + if: ${{ github.actor == 'dependabot[bot]' }} uses: ./.github/workflows/codeql.yml secrets: inherit permissions: @@ -54,6 +55,7 @@ jobs: spellcheck: name: Spell Check + if: ${{ github.actor == 'dependabot[bot]' }} uses: ./.github/workflows/spellcheck.yml secrets: inherit permissions: