Skip to content

Commit 46997ac

Browse files
committed
ci: update deployment summary job exec condition
Do not execute it if previous steps have either fail or have been skipped.
1 parent 8c97424 commit 46997ac

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/eks/eks_deploy_aws_infra.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ jobs:
574574
name: Deployment Summary
575575
needs: [deploy-ecr, retrieve-ssl, build-and-push-app-docker-image-to-ecr, deploy-vpc, deploy-eks-cluster, deploy-eks-node-group, install-aws-load-balancer-controller, deploy-k8s-application, deploy-routing]
576576
runs-on: ubuntu-latest
577-
if: always()
578577

579578
steps:
580579
- name: Display deployment summary

.github/workflows/eks_deploy_aws_infra.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ jobs:
574574
name: Deployment Summary
575575
needs: [deploy-ecr, retrieve-ssl, build-and-push-app-docker-image-to-ecr, deploy-vpc, deploy-eks-cluster, deploy-eks-node-group, install-aws-load-balancer-controller, deploy-k8s-application, deploy-routing]
576576
runs-on: ubuntu-latest
577-
if: always()
578577

579578
steps:
580579
- name: Display deployment summary

0 commit comments

Comments
 (0)