Skip to content

Commit 47507d0

Browse files
authored
Clarify that Vale workflow runs skip on draft PRs
1 parent d99c68c commit 47507d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Vale Linting
22

3-
# Trigger on PRs that change Markdown files
3+
# Trigger on PRs that change Markdown files (but skip run on draft PRs)
44
on:
55
pull_request:
66
types: [opened, synchronize, reopened, ready_for_review]

0 commit comments

Comments
 (0)