diff --git a/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml b/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml index 3ececfc..5eee204 100644 --- a/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-apply-k8s-wheatley.yaml @@ -6,7 +6,6 @@ on: - main paths: - pve01.wheatley.in/k8s-wheatley/** - - .forgejo/workflows/*-k8s-wheatley.yaml jobs: tofu-apply-k8s-wheatley: diff --git a/.forgejo/workflows/tofu-apply-templates.yaml b/.forgejo/workflows/tofu-apply-templates.yaml index fb94da2..2287dea 100644 --- a/.forgejo/workflows/tofu-apply-templates.yaml +++ b/.forgejo/workflows/tofu-apply-templates.yaml @@ -7,7 +7,6 @@ on: - main paths: - pve01.wheatley.in/templates/** - - .forgejo/workflows/**-templates.yaml jobs: tofu-apply-templates: diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index fd629b8..48ca1cd 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -7,7 +7,7 @@ on: - main paths: - pve01.wheatley.in/k8s-wheatley/** - - .forgejo/workflows/*-k8s-wheatley.yaml + - .forgejo/workflows/tofu-plan-k8s-wheatley.yaml jobs: tofu-plan-k8s-wheatley: diff --git a/.forgejo/workflows/tofu-plan-templates.yaml b/.forgejo/workflows/tofu-plan-templates.yaml index 4ac2aeb..703ff93 100644 --- a/.forgejo/workflows/tofu-plan-templates.yaml +++ b/.forgejo/workflows/tofu-plan-templates.yaml @@ -8,7 +8,7 @@ on: - main paths: - pve01.wheatley.in/templates/** - - .forgejo/workflows/**-templates.yaml + - .forgejo/workflows/tofu-plan-templates.yaml jobs: tofu-plan-templates: