From 9499154cde3c6a2a8f89a789c6a7c44dc5518111 Mon Sep 17 00:00:00 2001 From: Alonso Schaich Date: Wed, 6 Nov 2024 13:11:41 +0000 Subject: [PATCH] Rename github actions pipeline Co-authored-by: shenleban tongying --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index aebaf79..5dbd297 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,4 +1,4 @@ -name: Build and Test +name: CMake Build and Test on: push: branches: [ master ]