This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user