Skip to content

Commit 2a3821d

Browse files
authored
Update run-performance-tests.yml
focus on docker
1 parent d79fee8 commit 2a3821d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/run-performance-tests.yml

+11-10
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ name: Run performance tests
33
on:
44
workflow_dispatch:
55
repository_dispatch:
6-
push:
7-
branches:
8-
- master
9-
- main
10-
- feature/*
11-
- hotfix/*
12-
- release/*
13-
- support/*
14-
- revert-*
15-
- dependabot/*
6+
# currently focusing on the docker
7+
#push:
8+
# branches:
9+
# - master
10+
# - main
11+
# - feature/*
12+
# - hotfix/*
13+
# - release/*
14+
# - support/*
15+
# - revert-*
16+
# - dependabot/*
1617

1718
concurrency:
1819
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)