Skip to content

Commit

Permalink
rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Sep 24, 2024
1 parent 397f9a4 commit 2c5c61a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake_tarball.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_from_cmake_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:
- develop
workflow_dispatch:
workflow_run:
workflows: [Build tarball with CMake]
workflows: [Build tarball using CMake]

jobs:
on-success:
Expand Down

0 comments on commit 2c5c61a

Please sign in to comment.