Skip to content

Commit a97f50c

Browse files
committed
Changing the way cockroachdb test is dropped
1 parent e94de77 commit a97f50c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/perf_cockraochdb-21.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ on:
99
# branches: [ master, eugene/* ]
1010
# pull_request:
1111
# branches: [ master ]
12+
# -------------------------------------------------------------------------------------------------------------------------------
13+
# Disabling the perf test - as this takes over 5 hours
14+
# -------------------------------------------------------------------------------------------------------------------------------
1215
push:
13-
branches: [ perf ]
16+
branches: [ never-ever-run-this ]
17+
# push:
18+
# branches: [ perf ]
1419
# pull_request:
1520
# branches: [ perf ]
1621
jobs:

0 commit comments

Comments
 (0)