Skip to content

Commit

Permalink
Change workflow names
Browse files Browse the repository at this point in the history
So we can actually find them!
  • Loading branch information
liamhuber committed Nov 28, 2023
1 parent c431ba7 commit 936e027
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest_by_path.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow is used to run the unittest of pyiron

name: Unittests-openmpi
name: Unittests_by_path

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest_by_path_with_env.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow is used to run the unittest of pyiron

name: Unittests-openmpi
name: Unittests_by_path_with_env

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest_by_path_with_pythonpath.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow is used to run the unittest of pyiron

name: Unittests-openmpi
name: Unittests_by_path_with_pythonpath

on:
push:
Expand Down

0 comments on commit 936e027

Please sign in to comment.