fix(ci): temporarily move lint back to github hosted runners

This commit is contained in:
Kjeld Schouten
2025-11-05 20:14:54 +01:00
parent 645b826605
commit 30c51300f7
+2 -2
View File
@@ -19,8 +19,8 @@ on:
jobs: jobs:
lint-and-verify: lint-and-verify:
name: Lint Charts and Verify Dependencies name: Lint Charts and Verify Dependencies
runs-on: ## TODO: Move to our own runners
group: default runs-on: ubuntu-latest
steps: steps:
- name: Checkout [master] - name: Checkout [master]
if: inputs.chartChangesDetected == 'true' if: inputs.chartChangesDetected == 'true'