This commit is contained in:
@@ -18,7 +18,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-docker-compose:
|
lint-docker-compose:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-js
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-helm:
|
lint-helm:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-js
|
||||||
outputs:
|
outputs:
|
||||||
chart-dir: ${{ steps.check-dir-changes.outputs.chart-dir }}
|
chart-dir: ${{ steps.check-dir-changes.outputs.chart-dir }}
|
||||||
chart-dir-csv: ${{ steps.check-dir-changes.outputs.chart-dir-csv }}
|
chart-dir-csv: ${{ steps.check-dir-changes.outputs.chart-dir-csv }}
|
||||||
@@ -231,7 +231,7 @@ jobs:
|
|||||||
|
|
||||||
validate-kubeconform:
|
validate-kubeconform:
|
||||||
needs: lint-helm
|
needs: lint-helm
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-js
|
||||||
if: |
|
if: |
|
||||||
needs.lint-helm.result == 'success' &&
|
needs.lint-helm.result == 'success' &&
|
||||||
needs.lint-helm.outputs.changes-detected == 'true' &&
|
needs.lint-helm.outputs.changes-detected == 'true' &&
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
render-manifests:
|
render-manifests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-js
|
||||||
if: >-
|
if: >-
|
||||||
github.event_name == 'schedule' ||
|
github.event_name == 'schedule' ||
|
||||||
github.event_name == 'workflow_dispatch' ||
|
github.event_name == 'workflow_dispatch' ||
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-js
|
||||||
container: ghcr.io/renovatebot/renovate:43.143.1@sha256:2dd226666c8ef3413813e67ff6b34d40512997e99af896e51fe2b24eebf5150b
|
container: ghcr.io/renovatebot/renovate:43.143.1@sha256:2dd226666c8ef3413813e67ff6b34d40512997e99af896e51fe2b24eebf5150b
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user