Consider Entrypoint Workflow Requirements #190
Labels
CI 2.0
Relating to the second iteration of build-ci
priority:high
A high priority issue - has an impact on core functionality
type:investigation
look into options, do some research!
In a similar vein to
build-cd
, we need to decide how Model Component Repositories (MCRs?) will interface with an updatedbuild-ci
.Usually, we do this via Entrypoint Workflows, which are
on.workflow_call
-triggered workflows stored inbuild-ci
. Also consider using Custom Actions.Considerations
on.pull_request
,on.push
,on.workflow_dispatch
...evenon.repository_dispatch
or webhook event. Usually, we have enough information within the existing contexts to handle what must be done for different triggers. Consider adefaults
job that sets the required inputs regardless of trigger event.The text was updated successfully, but these errors were encountered: