From cd5ef6c4c7a5a406a07ecb9edeb6ff0a1069d51d Mon Sep 17 00:00:00 2001 From: Tinmarino Date: Sun, 12 Mar 2023 01:18:26 -0300 Subject: [PATCH] CI small change: add name to workflow to avoid the full path to display --- .github/workflows/test-vader-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-vader-action.yml b/.github/workflows/test-vader-action.yml index a88d513..8f3c483 100644 --- a/.github/workflows/test-vader-action.yml +++ b/.github/workflows/test-vader-action.yml @@ -1,7 +1,7 @@ # Copied from previous .travis.yml by tinmarino the 2023-03-09 # Commented out to avoid verbosity on github commit status -#name: Main +name: CI #description: Vimwiki CI test bank on: [push, pull_request, workflow_dispatch]