Skip to content

Commit

Permalink
Some cosmetic changes to the workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 20, 2024
1 parent 744a0ef commit b28f96e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux Python build
name: linux

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MacOS Python build
name: macos

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows Python build
name: windows

on:
push:
Expand Down

0 comments on commit b28f96e

Please sign in to comment.