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