1 Commits

Author SHA1 Message Date
8a9dad259c Update rmcrackan/libation Docker tag to v12.8.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 18s
2025-12-03 21:20:50 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -64,8 +64,8 @@ jobs:
RENDER_DIR=()
echo ">> Checking for changes from HEAD^..HEAD ..."
GIT_DIFF=$(git diff --name-only HEAD^..HEAD | xargs -I {} dirname {} | sort -u | grep "clusters/cl01tl/helm/")
echo ">> Checking for changes from ${{ gitea.event.before }}..${{ gitea.event.after }} ..."
GIT_DIFF=$(git diff --name-only ${{ gitea.event.before }}..${{ gitea.event.after }} | xargs -I {} dirname {} | sort -u | grep "clusters/cl01tl/helm/")
if [ -n "${GIT_DIFF}" ]; then
echo ">> Changes detected:"

View File

@@ -20,6 +20,7 @@ env:
jobs:
render-manifests:
runs-on: ubuntu-js
if: ${{ !((github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'automerge'))) }}
steps:
- name: Checkout Main
uses: actions/checkout@v6