Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_maven_java21_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 21, ARM)"
name: "Build / Maven (branch-4.x, Scala 2.13, Hadoop 3, JDK 21, ARM)"

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_maven_java21_macos26.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 21, MacOS-26)"
name: "Build / Maven (branch-4.x, Scala 2.13, Hadoop 3, JDK 21, MacOS-26)"

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
description: Branch to run the build against
required: false
type: string
default: master
default: branch-4.x
hadoop:
description: Hadoop version to run with. HADOOP_PROFILE environment variable should accept it.
required: false
Expand Down