Skip to content

Commit

Permalink
Make mvn-verify check name more descriptive (#5139)
Browse files Browse the repository at this point in the history
Spell out what Maven verify check does to make it easier for the user to locate and reproduce issues locally

Signed-off-by: Gera Shegalov <gera@apache.org>
  • Loading branch information
gerashegalov authored Apr 5, 2022
1 parent 7622b41 commit aa75bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-verify-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# A workflow to run mvn verify check
name: mvn-verify check
name: Maven verify checks (Scala style, Compile and Doc-gen w/ base Spark version)

on:
pull_request:
Expand Down

0 comments on commit aa75bd8

Please sign in to comment.