force fail
Some checks failed
Apply Kuberentes Configs / update-repo (push) Successful in 0s
Apply Kuberentes Configs / update-infrastructure (push) Failing after 2s
Apply Kuberentes Configs / notify-on-failure (push) Successful in 0s

This commit is contained in:
2026-02-18 20:31:26 -07:00
parent ffda56c3e9
commit 2657217d93

View File

@@ -61,6 +61,11 @@ jobs:
uses: ./.gitea/workflows/notify-ntfy.yml uses: ./.gitea/workflows/notify-ntfy.yml
with: with:
title: "Kubernetes Apply Failed" title: "Kubernetes Apply Failed"
message: "Failed to apply kubernetes configs in ${{ gitea.repository }} - Run: ${{ gitea.run_number }}" message: |
Failed to apply kubernetes configs
Repository: ${{ gitea.repository }}
Run: ${{ gitea.run_number }}
Job: update-infrastructure
Status: ${{ needs.update-infrastructure.result }}
priority: "high" priority: "high"
tags: "rotating_light,kubernetes" tags: "rotating_light,kubernetes"