]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ci : move [no release] check to dedicated check_release job (#23734)
authorGeorgi Gerganov <redacted>
Tue, 26 May 2026 16:49:41 +0000 (19:49 +0300)
committerGitHub <redacted>
Tue, 26 May 2026 16:49:41 +0000 (19:49 +0300)
commit08bc21b4594ec8af618a49785f7cb892ea910284
tree4f7056f318c693c8a90349689079772a0912e6cf
parent35a74c8fb94b45cae4eec7696b0ed5b7a3ca16a1
ci : move [no release] check to dedicated check_release job (#23734)

* ci : move [no release] check to dedicated check_release job

Move the workflow-level \`if\` condition that skips builds when the commit
message contains \`[no release]\` into a lightweight \`check_release\` job.
All build jobs now depend on it via \`needs\` and check its output.

This ensures the skip logic is evaluated at the job level rather than at
the workflow level, which is the recommended approach for conditional jobs.

Assisted-by: llama.cpp:local pi
* cont : use `fast` runner
.github/workflows/release.yml