From 03fb98fbde0530bccf6309b98be19ba10a04bfb0 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Tue, 21 Jul 2020 14:25:27 +0800 Subject: [PATCH] Fix typo in CI. [skip ci] (#5919) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 760a28108..5d09633f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: XGoost-CI +name: XGBoost-CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch