I have three github repos test
, core
and actual
. I want to trigger a workflow in actual
repo when the test
repo and core
repo workflows are completed successfully. Both test
and core
repo workflows run parallelly. Is there any way to do this in github actions?
Thanks in advance.