From a545dde304967b95496226761d937445eddc18ca Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 20 Jan 2023 16:29:38 +0100 Subject: [PATCH] Change testing branch to stable25 Signed-off-by: Joas Schilling --- .github/workflows/performance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index bdf8457ff0b4b..2766adb5a8cff 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -50,7 +50,7 @@ jobs: curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt output: before.json - profiler-branch: master + profiler-branch: stable25 - name: Apply PR run: | @@ -72,7 +72,7 @@ jobs: curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt output: after.json - profiler-branch: master + profiler-branch: stable25 compare-with: before.json - name: Upload profiles