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

This commit is contained in:
2026-02-18 20:24:44 -07:00
parent 659849a652
commit 3b397600fe

View File

@@ -50,6 +50,10 @@ jobs:
kubectl apply -f kubernetes/homepage/ kubectl apply -f kubernetes/homepage/
kubectl rollout restart deployment/homepage -n homepage kubectl rollout restart deployment/homepage -n homepage
- name: test failure notification
run: |
exit 1
notify-on-failure: notify-on-failure:
runs-on: home-server runs-on: home-server
needs: update-infrastructure needs: update-infrastructure