Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: exclude branches from the testing matrix for
ok-to-test
comments
It seems that `matrix.*` parameters can not be used in the if-statement for a job. Now using the `exclude:` parameter with a more dynamically constructed value for the branch. If the value for the branch is not part of the initial branch list, the value will not be excluded, so the jobs are expected to run. Signed-off-by: Niels de Vos <ndevos@ibm.com>
- Loading branch information