A Comparison of Calling vs. Dispatching Workflows in GitHub Actions
There are two types of execution units in GitHub Actions. One is called a workflow, which organizes global pipeline execution into smaller units like jobs and steps. The second one is called a custom/composed action, and it can represent one (or mult...
jurajsim.hashnode.dev9 min read