Files
foxhunt/infra/k8s/argo/events
jgrusewski d33572de9b infra(argo): re-enable apply-argo-templates + terragrunt-apply on push
Refined policy: push-triggered runs now cover infrastructure sync
(docker rebuilds, argo-template apply, terragrunt apply), not just
docker rebuilds alone. Still excluded: test-gate, build-web-dashboard,
gpu-test (all `when: "false"`).

- apply-argo-templates:
    when: {{tasks.detect-changes.outputs.parameters.needs-argo-templates}} == true
    fires when infra/k8s/argo/ changes

- terragrunt-apply:
    when: {{tasks.detect-changes.outputs.parameters.needs-infra}} == true
    fires when infra/live/ or infra/modules/ changes

Top-of-DAG comment and sensor comment updated to match new scope.
2026-04-21 00:53:14 +02:00
..