Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
continuous-integration.yml: use one job to collect the status of all …
…jobs in the workflow That we can use one required status check in the branch protection rules. This allows to: - Allows review of the settings which jobs should be required. The merge of a pr leads to the new settings being active - Not having to synchronize the settings of the required status check with the devel branch. This happens automatically because the configuration is checked in. - Not having to merge/rebase devel because the names of the jobs changed but the old/new job names are in the required status checks. (see ecamp#4204 (comment))
- Loading branch information