From 589cfb11d7b5d3507e95e776021e693d2138d52f Mon Sep 17 00:00:00 2001 From: Darren Kidd Date: Wed, 14 Jun 2023 21:30:50 +0800 Subject: [PATCH] Prevent failure when no changes to stack --- .github/workflows/primary.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/primary.yml b/.github/workflows/primary.yml index e027965..61599fd 100644 --- a/.github/workflows/primary.yml +++ b/.github/workflows/primary.yml @@ -68,4 +68,5 @@ jobs: --parameter-overrides \ 'ParameterKey=Name,ParameterValue=example \ ParameterKey=Version,ParameterValue=${{ steps.vars.outputs.version }}' \ - --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM + --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM \ + --no-fail-on-empty-changeset