From 79b08e78a33e3aaabcb3add53bcc1a0c9f3d9d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Sat, 27 Sep 2025 22:47:11 +0200 Subject: [PATCH] Update runner configuration for generate-readme job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- .github/workflows/daily.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 96a79c978c6..6701fbddead 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -14,7 +14,8 @@ concurrency: jobs: generate-readme: - runs-on: actions-runners + runs-on: + group: default name: "Generate readme files" steps: - name: Checkout