diff options
author | Julius Härtl <jus@bitgrid.net> | 2023-03-07 10:07:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 10:07:54 +0100 |
commit | bc759977d2a7c663ccb527046ab10f5167affb38 (patch) | |
tree | 9831906110ae56dbc217b032a465cb1095c3eaf4 | |
parent | 0a518bd5ffc10b271700c6c87b37441f66d213b6 (diff) | |
parent | 54a93e925298b95d3509d454d119a420a73c7d91 (diff) | |
download | nextcloud-server-bc759977d2a7c663ccb527046ab10f5167affb38.tar.gz nextcloud-server-bc759977d2a7c663ccb527046ab10f5167affb38.zip |
Merge pull request #37068 from nextcloud/ci/profiler-26
[stable26] ci(performance): Use proper profiler branch for 26
-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: | |