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

Evgeniy Temirgaleev e.temirgaleev at tarantool.org
Thu Aug 6 15:47:54 MSK 2026


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-**'
-- 
2.49.0



More information about the Tarantool-patches mailing list