chore: don't run codeql and spell check for dependabot

This commit is contained in:
zhom
2026-01-18 01:17:53 +04:00
parent 022641c03c
commit af72e8017f
@@ -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: