exasol / project-keeper

This maven plugin checks and unifies a project's structure according to the Exasol integration team's repository standards.
MIT License
3 stars 1 forks source link

Use single job name for Matrix builds #504

Closed kaklakariada closed 10 months ago

kaklakariada commented 10 months ago

Currently the matrix build uses separate job names for each matrix entry, e.g. build (7.1.24) and build (8.23.1). These job names must be updated in the branch protection settings of the project every time the DB version changes.

To avoid this additional work we should use a single job name in the branch protection. There are two possible implementations:

We decided to use the first option because this does not require an additional workflow file.