Skip to content

Pipeline goes into hang mode forver if changeset creation fails due to no new changes. #159

@Payal91799

Description

@Payal91799

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions