Skip to content

Commit 9d074fa

Browse files
authored
Fix changelog v0.6.14 (#439)
* Fix changelog v0.6.14 * Skip on-pr CI for .md files
1 parent 7d9092a commit 9d074fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9-
## [v0.6.12] - 2025-08-26
9+
## [v0.6.14] - 2025-08-26
1010

1111
### Removed
1212
- Removed unused code that required gpu-operator as a dependency

0 commit comments

Comments
 (0)