From 40f72b1f14f5b62e1a4b0b097a0dccdddf4a5cad Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 11 Jul 2024 18:41:32 +0300 Subject: [PATCH] workflows: Change conformance workflow name Otherwise you can't tell them apart in the UI... Signed-off-by: Jussi Kukkonen --- .github/workflows/conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index e91e325217..b594c48dc5 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -2,7 +2,7 @@ on: # manual dispatch only while the conformance test suite is under rapid development workflow_dispatch: -name: CI +name: Conformance test jobs: conformance: runs-on: ubuntu-latest