Skip to content

Commit

Permalink
resolve name conflict for workflows (#890)
Browse files Browse the repository at this point in the history
Co-authored-by: Chang She <[email protected]>
  • Loading branch information
changhiskhan and changhiskhan authored May 20, 2023
1 parent 07686ec commit 3980dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Publish Rust crate

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Build and run Rust tests
on:
push:
branches:
Expand Down

0 comments on commit 3980dea

Please sign in to comment.