Skip to content

Commit 27712d2

Browse files
committed
Skip on-pr CI for .md files
1 parent a38cee3 commit 27712d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on-pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
name: KAI Scheduler - Pull Request
55
on:
66
pull_request:
7+
paths-ignore:
8+
- '*.md'
79
types: [opened, reopened, synchronize]
810

911
concurrency:

0 commit comments

Comments
 (0)