[Tarantool-patches] [PATCH luajit v3 3/3] ci: added a common way to disable perf workflow

Sergey Bronnikov sergeyb at tarantool.org
Thu Aug 27 15:16:36 MSK 2026


LGTM

On 8/6/26 15:47, Evgeniy Temirgaleev wrote:
> From: Temir Galeev <temir.galeev at bk.ru>
>
> This allows a quick disable of all but one workflow to debug
> a new CI behavior.
>
> The way is to substitue '**-notest' with 'your-branch-name'
> temporarily on other workflows while debugging the target workflow.
> ---
>   .github/workflows/performance.yml | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml
> index fe22eb4b..a872a265 100644
> --- a/.github/workflows/performance.yml
> +++ b/.github/workflows/performance.yml
> @@ -3,6 +3,7 @@ name: Performance
>   on:
>     push:
>       branches-ignore:
> +      - '**-notest'
>         - '**-noperf'
>         - 'tarantool/release/**'
>         - 'upstream-**'


More information about the Tarantool-patches mailing list