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:
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'