From 67362809b0d50626c83f9e339fb200f44b07784c Mon Sep 17 00:00:00 2001 From: Satoshi Terasaki Date: Mon, 6 May 2024 13:54:37 +0900 Subject: [PATCH] rename --- .github/workflows/cxxwrap1.yml | 2 +- .github/workflows/hello.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cxxwrap1.yml b/.github/workflows/cxxwrap1.yml index 7fa14b9..1df2c4e 100644 --- a/.github/workflows/cxxwrap1.yml +++ b/.github/workflows/cxxwrap1.yml @@ -1,4 +1,4 @@ -name: CI +name: cxxwrap1 on: push: branches: diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index d5558a0..67fd49b 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -1,6 +1,6 @@ # This starter workflow is for a CMake project running on a single platform. There is a different starter workflow if you need cross-platform coverage. # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml -name: CMake on a single platform +name: hello on: push: