Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 5b6fdcf

Browse files
authored
Fix/ci autobump (#261)
1 parent 61ecfe4 commit 5b6fdcf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/auto-bump-llamacpp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
commit-message: Update llama.cpp
30-
title: Auto bump llama.cpp version
31-
body: Auto bump llama.cpp version
30+
title: "chore: Auto bump llama.cpp version"
3231
branch: bump-llamacpp
3332
branch-suffix: timestamp
3433
labels: "type: chore"

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
branches:
88
- main
99
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
10-
paths: ['.github/scripts/**','.github/workflows/build.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.cc', '**/*.cxx', '!docs/**', '!.gitignore', "!README.md"]
10+
paths: ['.github/scripts/**','.github/workflows/build.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.cc', '**/*.cxx', "llama.cpp", '!docs/**', '!.gitignore', "!README.md"]
1111
pull_request:
1212
types: [opened, synchronize, reopened]
13-
paths: ['.github/scripts/**','.github/workflows/build.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.cc', '**/*.cxx', '!docs/**', '!.gitignore', "!README.md"]
13+
paths: ['.github/scripts/**','.github/workflows/build.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.cc', '**/*.cxx', "llama.cpp", '!docs/**', '!.gitignore', "!README.md"]
1414
workflow_dispatch:
1515

1616
env:

0 commit comments

Comments
 (0)