first run -> successful
second run without any changes -> Changeset creation fails in AWS due to no chnages (which is expected) But github pipeline kept on running at waiting for changeset to be created
##[debug]Waiting for CloudFormation Change Set creation... (I had to pipeline cancel after 10 minutes)
My code.
uses: aws-actions/[email protected]
with:
name: esag-datalake-${{ env.ENV }}-deployment-glue
change-set-name: cs-${{ github.run_id }}
template: cloudformation/iac/glue.yaml
parameter-overrides: >
Environment=${{ env.ENV }},
no-fail-on-empty-changeset: true
Any help would be highly appreciated