Skip to content

[GHA] installer_release fails until deploy_release is complete #4044

@imnasnainaec

Description

@imnasnainaec

We have 2 workflows triggered by a new release: deploy_release and installer_release. The latter depends on things uploaded to AWS by the former. We need to update installer_release to depend on deploy_release success. Two approaches:

  • Add a wait job at the start of installer_release (e.g., using lewagon/wait-on-check-action)
  • Change installer_release to
on:
  workflow_run:
    workflows: ["Deploy Update to Live Server"]
    types:
      - completed

and get the version/tag as an output of deploy_release

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggithub_actionsPull requests that update GitHub Actions code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions