Compare commits

..

2 commits

Author SHA1 Message Date
0fff9c84df chore(deps): pin dependencies
All checks were successful
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 33s
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 36s
2026-02-24 10:05:46 +00:00
6572451858
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
2026-02-24 11:02:40 +01:00
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: