From 6fbd785a871c91f817c9068271bb4e677dbb6a33 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:09:56 +0100 Subject: [PATCH] Change runner to self-hosted for PR checks --- .github/workflows/close-new-script-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-new-script-prs.yml b/.github/workflows/close-new-script-prs.yml index 91e9a0dc5..9690687e2 100644 --- a/.github/workflows/close-new-script-prs.yml +++ b/.github/workflows/close-new-script-prs.yml @@ -8,7 +8,7 @@ on: jobs: check-new-script: if: github.repository == 'community-scripts/ProxmoxVE' - runs-on: coolify-runner + runs-on: self-hosted permissions: pull-requests: write contents: read