Skip to content

Commit

Permalink
chore: Update GHA workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Oct 6, 2023
1 parent d5938f5 commit c2fbcf6
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: Rust
name: Rust (Linux)

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

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: Rust
name: Rust (Windows)

on:
push:
Expand Down

0 comments on commit c2fbcf6

Please sign in to comment.