Skip to content

Commit 05b1b78

Browse files
[ty] Do not run mypy_primer.yaml when all changed files are Markdown files (#19244)
1 parent a18f761 commit 05b1b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mypy_primer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- ".github/workflows/mypy_primer.yaml"
1313
- ".github/workflows/mypy_primer_comment.yaml"
1414
- "Cargo.lock"
15+
- "!**.md"
1516

1617
concurrency:
1718
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)