Narrowing scope for Renovate PR deploy.
Renovate / renovate (push) Successful in 7m29s

This commit is contained in:
2025-09-22 18:29:08 -04:00
parent 244fa2b2c3
commit 1d17db898c
+3 -2
View File
@@ -6,6 +6,8 @@ on:
types: [closed] types: [closed]
branches: branches:
- main - main
paths:
- "**/docker-compose.yml"
env: env:
HC_VAULT_VERSION: "1.18.0" HC_VAULT_VERSION: "1.18.0"
@@ -14,8 +16,7 @@ jobs:
deploy: deploy:
if: | if: |
github.event.pull_request.merged == true && github.event.pull_request.merged == true &&
github.event.pull_request.user.login == 'renovate-bot' && github.event.pull_request.user.login == 'renovate-bot'
startsWith(github.event.pull_request.head.ref, 'renovate/docker-compose')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out code - name: Check out code