Skip to content

Add support for using github workflow_run event type as a trigger #2256

@ssbarnea

Description

@ssbarnea

Based on documentation, currently only push and pull_request events from github are supported.

As I do want to trigger a pipeline when a github scheduled workflow fails, I need to be able to react on workflow_run event type, while filtering by payload with action=='completed' && workflows_run.name == 'jobname' && workflow_run.conclusion != 'success'.

If I understand correctly this is not supported right now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions