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 19, 2024
1 parent 2b014a8 commit cf866fb
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 cf866fb

Please sign in to comment.