ci: add final job, to be required as a trunk branch protection rule
Created by: c-dilks
Github branch protection rules for a job matrix status check require every matrix element to be set to "required". This PR adds a simple downstream job, named final
, which will only run successfully if all tests pass.
@baltzell
: with this PR, the development
branch protection rule may be set to require just the final
status check to pass