From 2c5c61af072d8c3d9fb23a4050677d6a6d960d0c Mon Sep 17 00:00:00 2001 From: David Knapp Date: Tue, 24 Sep 2024 15:28:12 +0200 Subject: [PATCH] rename workflows --- .github/workflows/build_cmake_tarball.yml | 2 +- .github/workflows/create_from_cmake_tarball.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake_tarball.yml b/.github/workflows/build_cmake_tarball.yml index eed8ea7f88..14044e0276 100644 --- a/.github/workflows/build_cmake_tarball.yml +++ b/.github/workflows/build_cmake_tarball.yml @@ -1,4 +1,4 @@ -name: CMake Tarball test +name: Build tarball with CMake # This file is part of t8code. # t8code is a C library to manage a collection (a forest) of multiple diff --git a/.github/workflows/create_from_cmake_tarball.yml b/.github/workflows/create_from_cmake_tarball.yml index 27c5d5e302..62d2b4d589 100644 --- a/.github/workflows/create_from_cmake_tarball.yml +++ b/.github/workflows/create_from_cmake_tarball.yml @@ -39,7 +39,7 @@ on: - develop workflow_dispatch: workflow_run: - workflows: [Build tarball with CMake] + workflows: [Build tarball using CMake] jobs: on-success: