[ty] Do not run mypy_primer.yaml when all changed files are Markdown files (#19244)

This commit is contained in:
InSync
2025-07-10 01:40:43 +07:00
committed by GitHub
parent a18f76158d
commit 05b1b788a0

View File

@@ -12,6 +12,7 @@ on:
- ".github/workflows/mypy_primer.yaml"
- ".github/workflows/mypy_primer_comment.yaml"
- "Cargo.lock"
- "!**.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}