Github allows to set branch rules, so that any PR will require certain
actions to be completed.
It have no ability to match actions by pattern, and therefore matrix actions needs to be tweaked to have static values.
Otherwise, when scylla/cassandra version changes new action stops matching the rule.
It will change ci steps to be Tests (Driver 4.x) / Scylla ITs (OSS-PRIOR-RELEASE, 8) (pull_request) instead of Tests (Driver 4.x) / Scylla ITs ("6.0.2") (pull_request).
To make them matchable by github action rules.
Github allows to set branch rules, so that any PR will require certain actions to be completed. It have no ability to match actions by pattern, and therefore matrix actions needs to be tweaked to have static values. Otherwise, when scylla/cassandra version changes new action stops matching the rule.
It will change ci steps to be
Tests (Driver 4.x) / Scylla ITs (OSS-PRIOR-RELEASE, 8) (pull_request)
instead ofTests (Driver 4.x) / Scylla ITs ("6.0.2") (pull_request)
. To make them matchable by github action rules.