summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-05-22 11:09:55 +0200
committerGitHub <noreply@github.com>2023-05-22 11:09:55 +0200
commit713b9603a4e36a41efa0cd2c0ba88e4fa6ab893f (patch)
treec2413b1c6f850d88f780499c4ee8c87f286cdeb0 /.github
parent74b4fd28d84c361a41a1f88c72ff619d94a26867 (diff)
parenta11db03693701aaa30251f4e52b1dd1de418f734 (diff)
downloadnextcloud-server-713b9603a4e36a41efa0cd2c0ba88e4fa6ab893f.tar.gz
nextcloud-server-713b9603a4e36a41efa0cd2c0ba88e4fa6ab893f.zip
Merge pull request #38339 from nextcloud/welcome/stable27
chore(CI): Test against stable27 branches of needed apps
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/performance.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml
index 44ca8954078..3d63d5fa671 100644
--- a/.github/workflows/performance.yml
+++ b/.github/workflows/performance.yml
@@ -52,7 +52,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: stable27
- name: Apply PR
run: |
@@ -74,7 +74,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: stable27
compare-with: before.json
- name: Upload profiles