[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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