chore(workflows): Update trigger paths
All checks were successful
Tofu Apply k8s-wheatley / tofu-apply-k8s-wheatley (push) Successful in 48s
Tofu Apply pve01.wheatley.in templates / tofu-apply-templates (push) Successful in 47s

This commit is contained in:
Peter 2026-02-24 11:02:40 +01:00
parent c3e08bd417
commit 6572451858
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
4 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,7 @@ on:
- main
paths:
- pve01.wheatley.in/k8s-wheatley/**
- .forgejo/workflows/*-k8s-wheatley.yaml
jobs:
tofu-apply-k8s-wheatley:

View file

@ -7,6 +7,7 @@ on:
- main
paths:
- pve01.wheatley.in/templates/**
- .forgejo/workflows/**-templates.yaml
jobs:
tofu-apply-templates:

View file

@ -7,7 +7,7 @@ on:
- main
paths:
- pve01.wheatley.in/k8s-wheatley/**
- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml
- .forgejo/workflows/*-k8s-wheatley.yaml
jobs:
tofu-plan-k8s-wheatley:

View file

@ -8,7 +8,7 @@ on:
- main
paths:
- pve01.wheatley.in/templates/**
- .forgejo/workflows/tofu-plan-templates.yaml
- .forgejo/workflows/**-templates.yaml
jobs:
tofu-plan-templates: