Skip to content

Commit ca4a40b

Browse files
committed
test [pack]
1 parent df0edbb commit ca4a40b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ env:
3131
LLAMA_LOG_COLORS: 1
3232
LLAMA_LOG_PREFIX: 1
3333
LLAMA_LOG_TIMESTAMPS: 1
34-
CREATE_ARTIFACTS: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' || contains(github.event.head_commit.message, '[pack]') }}
34+
CREATE_ARTIFACTS: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' || contains(github.event.pull_request.labels, 'artifacts') }}
35+
TEST: ${{ github.event.pull_request.labels }}
3536

3637
jobs:
3738
macOS-latest-cmake-arm64:

src/llama.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10064,4 +10064,3 @@ void llama_perf_context_reset(struct llama_context * ctx) {
1006410064
ctx->t_eval_us = ctx->n_eval = 0;
1006510065
ctx->t_p_eval_us = ctx->n_p_eval = 0;
1006610066
}
10067-

0 commit comments

Comments
 (0)