Skip to content

Commit fc548b8

Browse files
committed
ci: added a common way to disable perf workflow
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.
1 parent e23cac9 commit fc548b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Performance
33
on:
44
push:
55
branches-ignore:
6+
- '**-notest'
67
- '**-noperf'
78
- 'tarantool/release/**'
89
- 'upstream-**'

0 commit comments

Comments
 (0)