diff options
author | Julius Härtl <jus@bitgrid.net> | 2023-03-07 08:57:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 08:57:49 +0100 |
commit | 54a93e925298b95d3509d454d119a420a73c7d91 (patch) | |
tree | 9831906110ae56dbc217b032a465cb1095c3eaf4 /.github | |
parent | 0a518bd5ffc10b271700c6c87b37441f66d213b6 (diff) | |
download | nextcloud-server-54a93e925298b95d3509d454d119a420a73c7d91.tar.gz nextcloud-server-54a93e925298b95d3509d454d119a420a73c7d91.zip |
ci(performance): Use proper profiler branch for 26
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/performance.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index ffdc63fae6e..a4afd16806c 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: stable26 - name: Apply PR run: | |