From 58e5d8534b115614c9333966694ac767ecb9a6d9 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 13 Feb 2026 11:48:21 +0100 Subject: [PATCH] add githubstatus check also to deploying to beta instructions Signed-off-by: Simon L. --- develop.md | 1 + 1 file changed, 1 insertion(+) diff --git a/develop.md b/develop.md index 457b3a76..c4543078 100644 --- a/develop.md +++ b/develop.md @@ -33,6 +33,7 @@ There is a testing-VM available for the maintainer of AIO that allows for some f Additionally, there are now E2E tests available that can be run via https://github.com/nextcloud/all-in-one/actions/workflows/playwright.yml ## How to promote builds from develop to beta +1. Verify that GitHub Services are running correctly: https://www.githubstatus.com/ 1. Verify that no job is running here: https://github.com/nextcloud-releases/all-in-one/actions/workflows/build_images.yml 2. Go to https://github.com/nextcloud-releases/all-in-one/actions/workflows/promote-to-beta.yml, click on `Run workflow`.