don't ignore archive as its no longer used
All checks were successful
renovate / renovate (push) Successful in 2m18s

This commit is contained in:
2025-11-30 22:12:19 -06:00
parent 855245e8f8
commit 598c91f1c4
5 changed files with 1 additions and 6 deletions

View File

@@ -6,7 +6,6 @@ on:
- main
paths:
- 'hosts/**'
- ! 'hosts/archive'
jobs:
docker-lint:

View File

@@ -6,7 +6,6 @@ on:
- main
paths:
- 'hosts/**'
- ! 'hosts/archive'
jobs:
docker-lint:

View File

@@ -6,7 +6,6 @@ on:
- main
paths:
- 'clusters/**'
- ! 'clusters/*/archive'
jobs:
helm-lint:

View File

@@ -6,7 +6,6 @@ on:
- main
paths:
- 'clusters/**'
- ! 'clusters/*/archive'
jobs:
helm-lint:

View File

@@ -5,8 +5,7 @@ on:
branches:
- main
paths:
- "clusters/**"
- ! "clusters/*/archive"
- "clusters/**/helm"
workflow_dispatch: