Skip to content

Staging Aepp Base Pipeline not deploying if the first build failed after PR opening #1473

Open
@davidyuk

Description

@davidyuk

In case of the first build fails after PR opening, "Staging deploy" didn't gets executed.

- name: Staging deploy
if: github.event_name == 'pull_request' && github.event.action == 'opened'
uses: aeternity/ae-github-actions/argocd-deploy@v4

It also didn't gets executed in subsequent builds, because PR already opened, so a PR didn't gets deployed eventually.

It happaned to me in #1472
I've tried to open https://pr-1472-aepp-base.stg.aepps.com , but there is 404.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions