Skip to content

Commit

Permalink
[Cleanup] Rename benchmark actions (#460)
Browse files Browse the repository at this point in the history
These two actions had the same name in the GH actions tab and that makes it hard to glance at where the problem is, and communicate about it. Unique naming is good.
  • Loading branch information
mhutchinson authored Jan 23, 2025
1 parent 754eacd commit cc87631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-go-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Benchmark Go
name: Benchmark Go (main)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-go-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Benchmark Go
name: Benchmark Go (PR)

on:
pull_request:
Expand Down

0 comments on commit cc87631

Please sign in to comment.