SIGN IN SIGN UP

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
G
Georgi Gerganov committed
08bc21b4594ec8af618a49785f7cb892ea910284
Parent: 35a74c8
Committed by GitHub <noreply@github.com> on 5/26/2026, 4:49:41 PM