Skip to content

Commit c6d370d

Browse files
committed
Change testing branch to stable25
Signed-off-by: Joas Schilling <[email protected]>
1 parent 841b134 commit c6d370d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
5151
curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
5252
output: before.json
53-
profiler-branch: master
53+
profiler-branch: stable25
5454

5555
- name: Apply PR
5656
run: |
@@ -72,7 +72,7 @@ jobs:
7272
curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
7373
curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
7474
output: after.json
75-
profiler-branch: master
75+
profiler-branch: stable25
7676
compare-with: before.json
7777

7878
- name: Upload profiles

0 commit comments

Comments
 (0)