Simplify workflow names for CI and CD by removing redundant descriptors
All checks were successful
CI / Build and Push Docker Image (push) Successful in 11s

This commit is contained in:
2025-10-05 19:14:30 +08:00
parent 5e9942d55d
commit 03743e644b
2 changed files with 3 additions and 3 deletions

View File

@@ -2,12 +2,12 @@
# This workflow deploys your application to Kubernetes cluster
# Trigger: After successful CI build or manual dispatch
name: CD - Deploy to Kubernetes
name: CD
# Trigger configuration - automatic after CI success, manual dispatch available
on:
workflow_run:
workflows: ["CI - Build and Push"]
workflows: ["CI"]
types:
- completed
branches: