diff --git a/.build/run-ci b/.build/run-ci index 2ddfa56416..35e27a0d39 100755 --- a/.build/run-ci +++ b/.build/run-ci @@ -77,7 +77,7 @@ def determine_job_name(cassandra_dir: Path) -> str: version = line.split('value="')[1].split('"')[0] if version.startswith("5.0."): return "cassandra-5.0" - return "trunk" + return "cassandra" def get_current_branch() -> str: """Returns the current branch."""