fix(ci): temporarily move lint back to github hosted runners
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user