From e5d869715e17bc7c5426c52904027602067e0fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Tue, 24 Mar 2020 12:26:52 +0200 Subject: Fixed the name of the codeqa/test workflow --- .github/workflows/codeqa-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml index 3a680a2..7d638cb 100644 --- a/.github/workflows/codeqa-test.yml +++ b/.github/workflows/codeqa-test.yml @@ -1,4 +1,4 @@ -name: Python codeqa/test/tag +name: Python codeqa/test on: pull_request: -- cgit v1.2.1