From 3fc21c77051a53f86134f459ee6baa2b9c0059e5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:23:49 +0200 Subject: [PATCH] change runner --- .github/workflows/validate-filenames.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-filenames.yml b/.github/workflows/validate-filenames.yml index d881be586..d6c4ec63f 100644 --- a/.github/workflows/validate-filenames.yml +++ b/.github/workflows/validate-filenames.yml @@ -11,7 +11,7 @@ jobs: check-files: if: github.repository == 'community-scripts/ProxmoxVE' name: Check changed files - runs-on: runner-cluster-htl-set + runs-on: ubuntu-latest permissions: pull-requests: write