diff options
author | Joas Schilling <coding@schilljs.com> | 2023-11-23 10:06:38 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-11-23 10:06:38 +0100 |
commit | 7f3ebb4e73d05bcdfb23b93003e7cd22b9272a05 (patch) | |
tree | be4e48f290483a7fdda0011f361e21dee8ad84e6 /.github | |
parent | 09879700aa5a1ff354ce1366638da56720b4aa08 (diff) | |
download | nextcloud-server-7f3ebb4e73d05bcdfb23b93003e7cd22b9272a05.tar.gz nextcloud-server-7f3ebb4e73d05bcdfb23b93003e7cd22b9272a05.zip |
Test against stable28 branches
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/performance.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index b646af00fc2..3c6ba94bfc3 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -55,7 +55,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: stable28 - name: Apply PR run: | @@ -77,7 +77,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: stable28 compare-with: before.json - name: Upload profiles |