The idea here is that the release amend job will trigger the "Build" job to validate that the release branch is green.
It uses repository_dispatch to trigger it.
I've made the assumption that when that job (Build.yml) triggers, it will need to have a special signal to know which branch to check out, hence the added conditional checkout step.
The idea here is that the release amend job will trigger the "Build" job to validate that the release branch is green. It uses repository_dispatch to trigger it. I've made the assumption that when that job (
Build.yml
) triggers, it will need to have a special signal to know which branch to check out, hence the added conditional checkout step.