From c4fb4917f2ca61b832428461cf275ea86f92d6c4 Mon Sep 17 00:00:00 2001 From: Mario Konrad Date: Wed, 28 Dec 2022 21:37:20 +0100 Subject: [PATCH] CI: fix name of the GitHub Action top level name --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c09e170..9635e21f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: ghactions-test +name: marnav CI on: pull_request: -- 2.11.4.GIT