pipelines-as-code icon indicating copy to clipboard operation
pipelines-as-code copied to clipboard

Add support for using github workflow_run event type as a trigger

Open ssbarnea opened this issue 3 months ago • 2 comments

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.

ssbarnea avatar Sep 25 '25 12:09 ssbarnea

This is indeed not supported at the moment,

chmouel avatar Sep 25 '25 12:09 chmouel

I would like to implement this feature, so can I get assigned @chmouel?

martindbrv avatar Oct 21 '25 20:10 martindbrv