feat: remove push render
All checks were successful
renovate / renovate (push) Successful in 2m6s

This commit is contained in:
2026-03-15 16:42:36 -05:00
parent 383f29e421
commit 2e7be7edbe

View File

@@ -6,12 +6,6 @@ on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'clusters/cl01tl/helm/**'
pull_request:
branches:
- main
@@ -34,7 +28,6 @@ jobs:
if: >-
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'push' && github.actor != 'renovate-bot' ||
(github.event_name == 'pull_request' && github.event.pull_request.merged == true)
steps:
- name: Checkout Main
@@ -95,10 +88,6 @@ jobs:
DIFF_TARGET="HEAD^..HEAD"
elif [[ "${{ github.event_name }}" == "push" ]]; then
echo ">> Mode: Push (Standard)"
DIFF_TARGET="${{ github.event.before }}..HEAD"
fi
echo ""