Tweaking Renovate workflow.
Deploy Renovate Updates / Deploy Updated Services With Dependencies (push) Failing after 14m21s
Deploy Renovate Updates / Deploy Updated Services With Dependencies (push) Failing after 14m21s
This commit is contained in:
@@ -9,7 +9,8 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Deploy Updated Services With Dependencies
|
name: Deploy Updated Services With Dependencies
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: contains(github.event.head_commit.message, 'Renovate')
|
# Only run if commit author name contains "renovate" (case-insensitive)
|
||||||
|
if: ${{ contains(toLower(github.event.head_commit.author.name), 'renovate') }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -36,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
echo "Changed services: $CHANGED_SERVICES"
|
echo "Changed services: $CHANGED_SERVICES"
|
||||||
|
|
||||||
# Recursively collect dependencies, handling both array and mapping style
|
# Recursively collect dependencies
|
||||||
declare -A VISITED
|
declare -A VISITED
|
||||||
ALL_DEPLOY=()
|
ALL_DEPLOY=()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user