From 1d34203f78719115ba09b22d61f96a59f139693a Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Wed, 6 Oct 2021 16:07:59 +0900 Subject: [PATCH] infra: Change test name Build Test -> Build(Linux) --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1460758..1aa6d9d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,4 +1,4 @@ -name: Build Test +name: Build(Linux) on: pull_request: -- 2.7.4