From 9f4d5d6b504be0988547749ab64afa2b9d8fb72a Mon Sep 17 00:00:00 2001 From: Ting Zhu Date: Thu, 16 Nov 2023 16:09:12 +0800 Subject: [PATCH] Change the name of the workflow to "GUIX Regression Test". --- .github/workflows/regression_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_test.yml b/.github/workflows/regression_test.yml index 0430b93f..c6b34120 100644 --- a/.github/workflows/regression_test.yml +++ b/.github/workflows/regression_test.yml @@ -1,6 +1,6 @@ # This is a basic workflow that is manually triggered -name: regression_test +name: GUIX Regression Test # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch