3 Commits

Author SHA1 Message Date
6f9a4db5e0 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 11s
2025-12-03 21:27:04 +00:00
44fb774fef remove condition
All checks were successful
renovate / renovate (push) Successful in 2m1s
2025-12-03 15:25:09 -06:00
f9f27aac12 change commit pattern 2025-12-03 15:25:09 -06:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

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