Narrowing scope for Renovate PR deploy.
Renovate / renovate (push) Successful in 2m53s

This commit is contained in:
2025-09-22 18:29:12 -04:00
parent b6154eade1
commit c3b42dde41
+1 -3
View File
@@ -16,9 +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') ||
startsWith(github.event.pull_request.head.ref, 'renovate/pin-dependencies')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out code - name: Check out code