From 6ae55dc30aeb5aa9ccfada1ee38137c6459a2e0b Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 5 Jun 2021 02:08:28 +0200 Subject: [PATCH] Shorten the name of the CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0d6c14..4d536c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ on: [push] -name: Continuous Integration +name: CI jobs: build: name: Build and test -- 2.39.2