From ed884c20d3e32e65e055bf4f4bcf1018618eb88e Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 10 Dec 2020 04:12:19 +0100 Subject: [PATCH] workflows: shorten name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 806c8a0fc..b21c53401 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: continuous-integration/gh-actions/cli +name: ci/gh-actions/cli on: [push, pull_request]