aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-17 10:55:34 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-17 10:58:55 +0200
commita11db03693701aaa30251f4e52b1dd1de418f734 (patch)
treed2162f20b1ee0ee77d242f182431e699fb954d4d /.github/workflows
parent288742d55ccdd2a05393203ccb7d4226ccc41760 (diff)
downloadnextcloud-server-a11db03693701aaa30251f4e52b1dd1de418f734.tar.gz
nextcloud-server-a11db03693701aaa30251f4e52b1dd1de418f734.zip
chore(CI): Test against stable27 branches of needed apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows')
-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