We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9092a commit 9d074faCopy full SHA for 9d074fa
.github/workflows/on-pr.yaml
@@ -4,6 +4,8 @@
4
name: KAI Scheduler - Pull Request
5
on:
6
pull_request:
7
+ paths-ignore:
8
+ - '*.md'
9
types: [opened, reopened, synchronize]
10
11
concurrency:
CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]
-## [v0.6.12] - 2025-08-26
+## [v0.6.14] - 2025-08-26
### Removed
12
- Removed unused code that required gpu-operator as a dependency
0 commit comments