navapbc / template-infra

A template to set up foundational infrastructure for your application in AWS
Apache License 2.0
11 stars 2 forks source link

Skip infra deploy status check if nothing to check #707

Closed lorenyu closed 4 months ago

lorenyu commented 4 months ago

Ticket

Resolves https://github.com/navapbc/template-infra/issues/700

Changes

see title

Context for reviewers

See ticket

Testing

Tested directly on template-infra this time since template-infra has no root modules to check (which is the scenario we are dealing with) while platform-test does.

Ran the workflow before making any changes to reproduce the fact that it shows as failed: https://github.com/navapbc/template-infra/actions/runs/10100187764

image

Ran it again after the changes to show that it now shows as successful: https://github.com/navapbc/template-infra/actions/runs/10100231311

image