From 30c51300f757693b8cdaf6ddb57abb0f633d9ec6 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 5 Nov 2025 20:14:54 +0100 Subject: [PATCH] fix(ci): temporarily move lint back to github hosted runners --- .github/workflows/charts-lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index c6cb5676143..d7eef6a8e95 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -19,8 +19,8 @@ on: jobs: lint-and-verify: name: Lint Charts and Verify Dependencies - runs-on: - group: default + ## TODO: Move to our own runners + runs-on: ubuntu-latest steps: - name: Checkout [master] if: inputs.chartChangesDetected == 'true'