Disabling deploy workflows for now.

This commit is contained in:
2025-10-12 11:49:47 -04:00
parent db4478d75b
commit 39eda1c9a8
2 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -2,12 +2,12 @@ name: Docker Compose Deployment
on:
workflow_dispatch:
push:
branches-ignore:
- "main"
- "renovate/**"
paths:
- "**/docker-compose.yml"
# push:
# branches-ignore:
# - "main"
# - "renovate/**"
# paths:
# - "**/docker-compose.yml"
env:
HC_VAULT_VERSION: "1.20.4"
+6 -6
View File
@@ -2,12 +2,12 @@ name: Renovate PR Deployment
on:
workflow_dispatch:
pull_request:
types: [closed]
branches:
- main
paths:
- "**/docker-compose.yml"
# pull_request:
# types: [closed]
# branches:
# - main
# paths:
# - "**/docker-compose.yml"
env:
HC_VAULT_VERSION: "1.20.4"