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 - main
paths: paths:
- 'hosts/**' - 'hosts/**'
- ! 'hosts/archive'
jobs: jobs:
docker-lint: docker-lint:

View File

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

View File

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

View File

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

View File

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