Skip to content

Commit bccaa8f

Browse files
authored
Update main.yml (#49)
set no-fail-on-empty-changeset: "1" Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent 6478039 commit bccaa8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
name: lambda-vpc
7272
template: cloudformation/template.yml
7373
capabilities: CAPABILITY_NAMED_IAM
74+
no-fail-on-empty-changeset: "1"
7475
parameter-overrides: "DomainNamePrefix=api"
7576
- name: Get Output Irland
7677
run: |
@@ -103,6 +104,7 @@ jobs:
103104
name: lambda-vpc
104105
template: cloudformation/template.yml
105106
capabilities: CAPABILITY_NAMED_IAM
107+
no-fail-on-empty-changeset: "1"
106108
parameter-overrides: "DomainNamePrefix=api,GlobalTableArn=${{ env.GlobalTableZoneFrankfurt }}"
107109
- name: Get Output Frankfurt
108110
run: |
@@ -127,20 +129,23 @@ jobs:
127129
name: lambda-vpc-route53
128130
template: cloudformation/route53.yml
129131
capabilities: CAPABILITY_NAMED_IAM
132+
no-fail-on-empty-changeset: "1"
130133
parameter-overrides: "DomainNamePrefix=api,HealthCheckId=${{ env.HealthCheckId }},RestApiDomainNameRegionalHostedZoneId=${{ env.AliasTargetHostedZoneId }},RestApiDomainNameRegionalDomainName=${{ env.AliasTargetDNSName }},HealthCheckId2=${{ env.HealthCheckId2 }},RestApiDomainNameRegionalHostedZoneId2=${{ env.AliasTargetHostedZoneId2 }},RestApiDomainNameRegionalDomainName2=${{ env.AliasTargetDNSName2 }}"
131134
- name: Deploy to AWS CloudFormation Disaster Recovery
132135
uses: aws-actions/aws-cloudformation-github-deploy@023f4ef60d0103d690f31a504cfda9f4f2d66265 # v1
133136
with:
134137
name: lambda-vpc-disaster-recovery
135138
template: cloudformation/disaster-recovery.yml
136139
capabilities: CAPABILITY_NAMED_IAM
140+
no-fail-on-empty-changeset: "1"
137141
parameter-overrides: "ApiRole=${{ env.ApiRoleName }}"
138142
- name: Deploy to AWS CloudFormation Resilience hub App and Policy
139143
uses: aws-actions/aws-cloudformation-github-deploy@023f4ef60d0103d690f31a504cfda9f4f2d66265 # v1
140144
with:
141145
name: lambda-vpc-resiliencehub-app
142146
template: cloudformation/app.yml
143147
capabilities: CAPABILITY_NAMED_IAM
148+
no-fail-on-empty-changeset: "1"
144149
parameter-overrides: "StackIrland=${{ env.StackId }},StackFrankfurt=${{ env.StackId2 }}"
145150
- name: Bump version and push tag
146151
id: tag_version

0 commit comments

Comments
 (0)