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

Evgeniy Temirgaleev e.temirgaleev at tarantool.org
Fri Jul 31 22:12:02 MSK 2026


From: Temir Galeev <temir.galeev at bk.ru>

This allow a quick disable of all but one workflow to debug 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