From 00af05d4d0515faa24784236e099bb70d76c5805 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 14 Dec 2023 18:37:35 +0700 Subject: [PATCH] ci: fix capitalization for `test.yaml` workflow name --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dc3b818..0a31fa4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,4 +1,4 @@ -name: test +name: Test on: workflow_dispatch: pull_request: