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: on:
workflow_dispatch: workflow_dispatch:
push: # push:
branches-ignore: # branches-ignore:
- "main" # - "main"
- "renovate/**" # - "renovate/**"
paths: # paths:
- "**/docker-compose.yml" # - "**/docker-compose.yml"
env: env:
HC_VAULT_VERSION: "1.20.4" HC_VAULT_VERSION: "1.20.4"
+6 -6
View File
@@ -2,12 +2,12 @@ name: Renovate PR Deployment
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: # pull_request:
types: [closed] # types: [closed]
branches: # branches:
- main # - main
paths: # paths:
- "**/docker-compose.yml" # - "**/docker-compose.yml"
env: env:
HC_VAULT_VERSION: "1.20.4" HC_VAULT_VERSION: "1.20.4"