This is an automated email from the ASF dual-hosted git repository. lresende pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
commit 413917c6988740ff36f7840bceae627d2bdf2cb6 Author: Kevin Bates <[email protected]> AuthorDate: Wed Jun 9 08:04:30 2021 -0700 Fix typo in github workflow name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17aa9a9..369a995 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ # limitations under the License. # -name: Apache Toreee build +name: Apache Toree build on: pull_request:
