From 8a5374cb634715e4aa186fe9d8a732b6d6436f02 Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Tue, 21 Mar 2023 09:56:38 +0100 Subject: Avoid having the same name for several workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/workflows/node-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/node-tests.yml') diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 265c53cf746..8dcf819e351 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -1,4 +1,4 @@ -name: Node +name: Node tests on: pull_request: -- cgit v1.2.3