spotify / confidence-sdk-js

Other
9 stars 1 forks source link

ci: attempt to run CI build after release amends #180

Closed nicklasl closed 3 months ago

nicklasl commented 3 months ago

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.